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