Key Fields
From IniFileIO
Key Fields |
IniFileIO Documentation |
The IniFileKey type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Comments |
Text after the COMMENT token appearing immediately above the key.
| |
| Name |
Key name.
| |
| Order |
Sequential order in the containing IniFileSection.
| |
| Value |
Text appearing after the KEY_VALUE_SEPARATOR.
|
See Also