DK11 for Delphi | GisConfigIni.TGIS_ConfigIni.getLayerNo | Constructors | Fields | Methods | Properties
Read from project configuration file a stored number (#) of the layer corresponding to a given name. This must be done because the layer order can be rearranged without saving to ini, so the only valid description of a layer is the name.
// Delphi protected function getLayerNo( const _layer : TObject ) : Integer;
// C++ Builder protected: int getLayerNo( TObject* const _layer );
Name | Type | Description |
---|---|---|
_layer | TObject | layer handle |
Type | Description |
---|---|
Integer | layer index |