meta data for this page
ibec_ini_Clear
Erases all data from the INI file in the memory.
Description
Call ibec_ini_Clear to erase all data from the INI file that is currently buffered in the memory. All sections, keys, and values are erased. No exception is generated when using Clear and the data has not been saved to the INI file with the ibec_ini_UpdateFile function.
Syntax
function ibec_ini_Clear(IniFile : variant) : variant;