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