DK11 for Delphi | GisConfig.TGIS_Config.SetGroupSection | Constructors | Fields | Methods | Properties
Select the group section on which the operation will be performed.
// Delphi public function SetGroupSection( const _index : Integer ) : Boolean; virtual; abstract;
// C++ Builder public: virtual bool SetGroupSection( const int _index ) = 0;
Name | Type | Description |
---|---|---|
_index | Integer | group section number; 0 means default section (first entry) |
Type | Description |
---|---|
Boolean | True if group section exists |