User Tools

Site Tools


api:dk11:delphi:gisconfigini.tgis_configprojectini.getsubsectionname_integer_integer_integer

Table of Contents

TGIS_ConfigProjectIni.getSubSectionName method

DK for Delphi | GisConfigIni.TGIS_ConfigProjectIni.getSubSectionName | 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

Overrides TGIS_ConfigIni.getSubSectionName.

// Delphi
protected
  function getSubSectionName(
    const _layer_no : Integer;
    const _sLayer_no : Integer;
    const _section : Integer
  ) : String; override;
// C++ Builder
protected:
  virtual UnicodeString getSubSectionName(
    const int _layer_no,
    const int _sLayer_no,
    const int _section
  );

Parameters

Name Type Description
_layer_no Integer id of layer; unused;
_sLayer_no Integer id of sublayer
_section Integer id of section

Result

Type Description
String subsection name
2025/01/31 01:06

Page Tools