DK11 for Delphi | GisConfigXml.TGIS_ConfigXml.writeCustomParam | Constructors | Fields | Methods | Properties
Write custom configuration parameters.
Overrides TGIS_Config.writeCustomParam.
// Delphi protected procedure writeCustomParam( const _name : String; const _list : TGIS_Strings ); override;
// C++ Builder protected: virtual void writeCustomParam( const UnicodeString _name, TGIS_Strings* const _list );
Name | Type | Description |
---|---|---|
_name | String | name of custom section |
_list | TGIS_Strings | list of parameters in a form of "name=value" |