User Tools

Site Tools


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

Table of Contents

TGIS_ConfigXml.SetSection method

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

Select the section on which the operation will be performed.

Available also on: Delphi | .NET.

Overrides TGIS_Config.SetSection.

Syntax

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

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
2020/05/07 01:11

Page Tools