ibec_ini_ReadString

Retrieves a string value from an INI file.

Syntax

 function ibec_ini_ReadString(IniFile : variant; Section, Ident, Default : string) : string;

Call ibec_ini_ReadString to read a string value from an INI file.

Parameters

Sectionidentifies the section in the file that contains the desired key.
Identis the name of the key from which to retrieve the value.
Defaultis the string value to return if the Section does not exist or the key doesn't exist or the data value for the key is not assigned.

Examples

back to top of page
<< ibec_ini_Close | IBEBlock | ibec_ini_WriteString >>