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