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