User Tools

Site Tools


api:dk11:delphi:gisconfigini.tgis_configini.setsection_integer_boolean

Table of Contents

TGIS_ConfigIni.SetSection method

DK11 for Delphi | GisConfigIni.TGIS_ConfigIni.SetSection | Constructors | Fields | Methods | Properties

Select the section on which the operation will be performed.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Config.SetSection.

// Delphi
public
  function SetSection(
    const _index : Integer;
    const _force : Boolean
  ) : Boolean; override;
// C++ Builder
public:
  virtual bool SetSection(
    const int _index,
    const bool _force
  );

Parameters

Name Type Description
_index Integer section number; 0 means default section (first entry)
_force Boolean if True, then a section will be created if not exist

Result

Type Description
Boolean True if section exists
2020/05/07 01:06

Page Tools