DK11 for Delphi | GisConfig.TGIS_Config.writeParam | Constructors | Fields | Methods | Properties
Write configuration parameter to the configuration file.
// Delphi protected procedure writeParam( const _name : String; const _value : String; const _default : String ); virtual; abstract;
// C++ Builder protected: virtual void writeParam( const UnicodeString _name, const UnicodeString _value, const UnicodeString _default ) = 0;
Name | Type | Description |
---|---|---|
_name | String | name of the parameter |
_value | String | value of the parameter |
_default | String | default value of the parameter |