User Tools

Site Tools


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

Table of Contents

TGIS_Config.SetGroupSection method

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

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

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

Syntax

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

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

Page Tools