User Tools

Site Tools


api:dk11:delphi:gisconfigini.tgis_configini.getgroupsectionname_integer_integer

Table of Contents

TGIS_ConfigIni.getGroupSectionName method

DK11 for Delphi | GisConfigIni.TGIS_ConfigIni.getGroupSectionName | Constructors | Fields | Methods | Properties

Computes a section name based on the layer number and the number of the zoom section. In the configuration file layers and sections are numbered in the manner of 1..n (not 0..n).

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function getGroupSectionName(
    const _group_no : Integer;
    const _section : Integer
  ) : String; virtual;
// C++ Builder
protected:
  virtual UnicodeString getGroupSectionName(
    const int _group_no,
    const int _section
  );

Parameters

Name Type Description
_group_no Integer id of layer; unused;
_section Integer id of section

Result

Type Description
String group section name
2020/05/07 01:06

Page Tools