DK for Delphi | GisConfigIni.TGIS_ConfigIni.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).
// Delphi protected function getSubSectionName( const _layer_no : Integer; const _sLayer_no : Integer; const _section : Integer ) : String; virtual;
// C++ Builder protected: virtual UnicodeString getSubSectionName( const int _layer_no, const int _sLayer_no, const int _section );
| Name | Type | Description |
|---|---|---|
| _layer_no | Integer | id of layer; unused; |
| _sLayer_no | Integer | id of sublayer |
| _section | Integer | id of section |
| Type | Description |
|---|---|
| String | subsection name |