DK11 for Delphi | GisConfig.TGIS_Config.WriteString | Constructors | Fields | Methods | Properties
Write parameters given by _name.
// Delphi public procedure WriteString( const _name : String; const _value : String; const _default : String );
// C++ Builder public: void WriteString( const UnicodeString _name, const UnicodeString _value, const UnicodeString _default );
Name | Type | Description |
---|---|---|
_name | String | name of value |
_value | String | value of the parameter |
_default | String | default value of the parameter |