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