IniFileEntry (STRUCT)ΒΆ

TYPE IniFileEntry : STRUCT

A single key value pair with a section.

InOut:

Name

Type

Comment

sSection

STRING(100)

Section of the value

sKey

STRING(100)

Key of the value

sValue

STRING(255)

The value

sComment

STRING(255)

Comment