Reads Ini Section, saves to List control.
Type Return
None
Syntax
Object.GetIniListEx2 strFilename, strSection, objList, bRemComments
The GetIniListEx2 Methods syntax has these parts:
Part | Description |
object | An expression evaluating to an Object of type modIniFile. |
strFilename | Required. A String Value. INI Filename. |
strSection | Required. A String Value. INI Section requested. |
objList | Required. A Object Object. INI Section display list. |
bRemComments | Required. A Boolean Value. Remove comments from section data. |