meta data for this page
  •  

ibec_ini_Open

ibec_ini_Open instantiates an INI file object.

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.

Syntax

  function ibec_ini_Open(FileName : string) : variant;

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

Examples