IniFileEntry (STRUCT)ΒΆ
TYPE IniFileEntry : STRUCT
A single key value pair with a section.
- InOut:
Name
Type
Comment
sSectionSTRING(100)Section of the value
sKeySTRING(100)Key of the value
sValueSTRING(255)The value
sCommentSTRING(255)Comment
TYPE IniFileEntry : STRUCT
A single key value pair with a section.
Name |
Type |
Comment |
|---|---|---|
|
|
Section of the value |
|
|
Key of the value |
|
|
The value |
|
|
Comment |