DK11 for Delphi | GisConfig.TGIS_Config.ReadSymbol | Constructors | Fields | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// Delphi public function ReadSymbol( const _name : String; const _default : TGIS_SymbolAbstract ) : TGIS_SymbolAbstract;
// C++ Builder public: TGIS_SymbolAbstract* ReadSymbol( const UnicodeString _name, TGIS_SymbolAbstract* const _default );
Name | Type | Description |
---|---|---|
_name | String | name of value |
_default | TGIS_SymbolAbstract | default value |
Type | Description |
---|---|
TGIS_SymbolAbstract | parameter value |