DK11 for Delphi | GisConfigIni.TGIS_ConfigIni.SetLayer | Constructors | Fields | Methods | Properties
Select layer on which the operation will be performed. It is important for project files. Thanks this it is possible to recognize which entry corespondents to which layer.
Overrides TGIS_Config.SetLayer.
// Delphi public procedure SetLayer( const _layer : TObject ); override;
// C++ Builder public: virtual void SetLayer( TObject* const _layer );
Name | Type | Description |
---|---|---|
_layer | TObject | layer on which the operation will be performed; it is nil then operation will be performed on main entry ([TatukGIS] section) |