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