|
Previous Top Next |
The INI Class is derived from the INIClass and only contains two methods that override the Fetch and Kill methods.
ITINIClass CLASS(INIClass),TYPE,Module('ITINIClass.clw'),Link('ITINIClass',_ITUtilLinkMode_),DLL(_ITUtilDllMode_)
Kill Procedure
Fetch Procedure(STRING Sector,STRING Name),STRING
Update Procedure(STRING ProcName,WINDOW W)
END
Implementing the Class:
After Refreshing ABC classes, go to "Application | Global Properties" from the Clarion IDE main menu. Then click on the "Classes" tab and then the "General" button.
In the "INI Manager" drop down select ITINIClass instead of INIClass and you have activated the ITINIClass as the main INI class.