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