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