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