ibec_ini_Close

ibec_ini_Close frees the memory associated with the INI file object.

Syntax

 function ibec_ini_Close(IniFile : variant) : variant;

Description

No updates are made of the associated file on disk, you must use ibec_ini_UpdateFile to flush buffered INI file data to disk.

Examples

<< ibec_ini_Open | IBEBlock | ibec_ini_ReadString >>