User Tools

Site Tools


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

Table of Contents

TGIS_Config.SetSection method

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

Select the section on which the operation will be performed.

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

Syntax

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

Parameters

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

Result

Type Description
bool
Boolean
True if section exists
2022/11/16 01:40

Page Tools