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