User Tools

Site Tools


api:dk11:delphi:gisconfigini.tgis_configini.setsubsection_integer_boolean

Table of Contents

TGIS_ConfigIni.SetSubSection method

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

Select the subsection on which the operation will be performed.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Config.SetSubSection.

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

Parameters

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

Result

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

Page Tools