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