Language Reference Guide : B. Dedicated User Classes for .INI File Support
 
Share this page                  
Dedicated User Classes for .INI File Support
 
Introduction
ProfileObject User Class
SectionObject User Class
EntryObject User Class
How You Can Use the INI File Facility
Introduction
This appendix provides information about user classes that are used for retrieving or updating values in a standard Windows .INI file or in the application's initialization file. These support both the section and entry hierarchy of Windows .INI files, and the entry-only organization of OpenROAD application initialization files.
The following user classes provide INI file support:
ProfileObject
Manages the initialization file
SectionObject
Manages individual sections in an initialization file
EntryObject
Manages individual entries in an initialization file
Note:  The ProfileObject class uses the SectionObject and EntryObject classes internally. These do not need to be accessed directly by the 4GL developer.