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