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