User Tools

Site Tools


api:dk11:delphi:gisconfigxml.tgis_configxml.setgroupsection_integer

Table of Contents

TGIS_ConfigXml.SetGroupSection method

DK11 for Delphi | GisConfigXml.TGIS_ConfigXml.SetGroupSection | Constructors | Fields | Methods | Properties

Select the group section on which the operation will be performed.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Config.SetGroupSection.

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

Parameters

Name Type Description
_index Integer group section number; 0 means default section (first entry)

Result

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

Page Tools