User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.setsubsection_integer_boolean

Table of Contents

TGIS_Config.SetSubSection method

DK11 for Delphi | GisConfig.TGIS_Config.SetSubSection | Constructors | Fields | Methods | Properties

Select the subsection on which the operation will be performed.

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

Syntax

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

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
2022/11/16 01:14

Page Tools