DK11 for Delphi | GisConfigIni.TGIS_ConfigIni.readParam | Constructors | Fields | Methods | Properties
Read configuration parameter from list prepared by buildParamList.
Overrides TGIS_Config.readParam.
// Delphi protected function readParam( const _name : String ) : String; override;
// C++ Builder protected: virtual UnicodeString readParam( const UnicodeString _name );
Name | Type | Description |
---|---|---|
_name | String | name of the parameter |
Type | Description |
---|---|
String | parameter value |