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