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