DK for Delphi | GisConfig.TGIS_Config.ReadColor | Constructors | Fields | Methods | Properties
Reads a color value from the active section.
// Delphi public function ReadColor( const _name : String; const _default : TGIS_Color ) : TGIS_Color;
// C++ Builder public: TGIS_Color* ReadColor( const UnicodeString _name, TGIS_Color* const _default );
| Name | Type | Description |
|---|---|---|
| _name | String | Parameter name. |
| _default | TGIS_Color | Default value returned when the parameter is missing or invalid. |
| Type | Description |
|---|---|
| TGIS_Color | Stored color value or_default. |