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).
// 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 );
Name | Type | Description |
---|---|---|
_group_no | Integer | id of layer; unused; |
_section | Integer | id of section |
Type | Description |
---|---|
String | group section name |