Public Method GetIniListEx2

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.
strFilenameRequired. A String Value. INI Filename.
strSectionRequired. A String Value. INI Section requested.
objListRequired. A Object Object. INI Section display list.
bRemCommentsRequired. A Boolean Value. Remove comments from section data.