User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_configini.setsubsection_integer_boolean

Table of Contents

TGIS_ConfigIni.SetSubSection method

DK for .NET | TatukGIS.NDK.TGIS_ConfigIni.SetSubSection | Constructors | Fields | Methods | Properties

Select the subsection on which the operation will be performed.

Available also on: Delphi | Java.

Syntax

Overrides TGIS_Config.SetSubSection.

// C#
public override bool SetSubSection(
  int _index,
  bool _force
);
' VisualBasic
Public Overrides Function SetSubSection(
  ByVal _index As Integer,
  ByVal _force As Boolean
) As Boolean
// Oxygene
public
  function SetSubSection(
    _index : Integer;
    _force : Boolean
  ) : Boolean; override;

Parameters

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

Result

Type Description
bool
Boolean
True if subsection exists
2025/01/31 01:10

Page Tools