meta data for this page
  •  

ibec_ini_ReadString

Retrieves a string value from an INI file.

Description

No additional description…

Parameters

Section identifies the section in the file that contains the desired key.
Ident is the name of the key from which to retrieve the value.
Default is 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.

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.

Examples