User Tools

Site Tools


api:dk11:delphi:gisinifiles.tgis_inifile

TGIS_IniFile class

DK for Delphi | GisIniFiles.TGIS_IniFile | Classes | Constructors | Methods | Properties

Encapsulation of configuration file reader.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_IniFile = class( TCustomIniFile )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_IniFile : public TCustomIniFile
{
};

Inheritance

→ TCustomIniFile

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create an instance on provided file.
Destroy public

Methods

Inherited Overrides Protected
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

Properties

Inherited Protected
Name Visibility Description
LastSec public Last section handle.

2025/01/31 01:07

Page Tools