ibec_ini_Clear
Erases all data from the INI file in the memory.
Syntax
function ibec_ini_Clear(IniFile : variant) : variant;
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.
<< ibec_ini_WriteString | IBEBlock | ibec_ini_EraseSection >>