DK11 for Delphi | GisConfig.TGIS_Config.ReadChart | 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 ReadChart( const _name : String; const _default : TGIS_ChartStyle ) : TGIS_ChartStyle;
// C++ Builder public: TGIS_ChartStyle* ReadChart( const UnicodeString _name, TGIS_ChartStyle* const _default );
Name | Type | Description |
---|---|---|
_name | String | name of value |
_default | TGIS_ChartStyle | default value |
Type | Description |
---|---|
TGIS_ChartStyle | parameter value |