DK11 for Delphi | GisConfig.TGIS_Config.SetGroup | 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.
// Delphi public procedure SetGroup( const _layer : TObject ); virtual; abstract;
// C++ Builder public: virtual void SetGroup( TObject* const _layer ) = 0;
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) |