User Tools

Site Tools


api:dk11:delphi:gisconfigini.tgis_configprojectini.getsectionname_integer_integer

Table of Contents

TGIS_ConfigProjectIni.getSectionName method

DK11 for Delphi | GisConfigIni.TGIS_ConfigProjectIni.getSectionName | 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.getSectionName.

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

Parameters

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

Result

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

Page Tools