ibec_ini_Open

ibec_ini_Open instantiates an INI file object.

Syntax

 function ibec_ini_Open(FileName : string) : variant;

The FileName is the name of the INI file which will be used.

Description

ibec_ini_Open loads a copy of the INI file into the memory if the specified file exists. ibec_ini_Open returns the handle of the INI file object if successful, otherwise it returns NULL.

Please note: all ibec_ini_xxx functions, except ibec_ini_ReadString and ibec_ini_Open, return NULL.

Examples

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