DK for Delphi | GisIniFiles.TGIS_IniFile | Classes | Constructors | Methods | Properties
Encapsulation of configuration file reader.
// Delphi type TGIS_IniFile = class( TCustomIniFile ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_IniFile : public TCustomIniFile { };
→ TCustomIniFile
Name | Visibility | Description | |
---|---|---|---|
Create | public | Create an instance on provided file. | |
Destroy | public | ||
Name | Visibility | Description | |
---|---|---|---|
Clear | public | Clear list. | |
DeleteKey | public | ||
EraseSection | public | ||
GetStrings | public | ||
ReadSection | public | ||
ReadSections | public | ||
ReadSectionValues | public | ||
ReadString | public | ||
SetStrings | public | ||
TestSection | public | ||
UpdateFile | public | ||
WriteString | public | ||