User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_configxml.setgroupsection_integer

Table of Contents

TGIS_ConfigXml.SetGroupSection method

DK11 for Java | tatukgis.jdk.TGIS_ConfigXml.SetGroupSection | Constructors | Fields | Methods | Properties

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

Available also on: Delphi | .NET.

Overrides TGIS_Config.SetGroupSection.

Syntax

// Java
public bool SetGroupSection(
  int _index
);
// Oxygene
public
  function SetGroupSection(
    _index : Integer
  ) : Boolean; override;

Parameters

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

Result

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

Page Tools