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