DK11 for Delphi | GisConfigIni.TGIS_ConfigIni.SetSection | Constructors | Fields | Methods | Properties
Select the section on which the operation will be performed.
Overrides TGIS_Config.SetSection.
// Delphi public function SetSection( const _index : Integer; const _force : Boolean ) : Boolean; override;
// C++ Builder public: virtual bool SetSection( const int _index, const bool _force );
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 |