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