Libraries
Inifile Source Code
 previous   up   next 

Function Summary
string
getParamValue (in iniDataType: iniData, in string: sectionName, in string: propertyName)
Returns a property value whose section and property name were given.
iniDataType
readIniFile (inout file: inFile)
Reads from the open INI file 'inFile' and returns its iniDataType value.
iniDataType
readIniFile (in string: fileName)
Reads an INI file with the given name and returns its iniDataType value.

Function Detail

getParamValue

const func string: getParamValue (in iniDataType: iniData, in string: sectionName, in string: propertyName)

Returns a property value whose section and property name were given. Returns "", if the section or the property name do not exist.

Returns:
a property value or "", if section or property don't exist.

readIniFile

const func iniDataType: readIniFile (inout file: inFile)

Reads from the open INI file 'inFile' and returns its iniDataType value.


readIniFile

const func iniDataType: readIniFile (in string: fileName)

Reads an INI file with the given name and returns its iniDataType value.



 previous   up   next