EMS.ResourceAPI.TEndpointParams.TryGetValue
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
Unit: EMS.ResourceAPI | |
Parent: TEndpointParams |
Delphi
function TryGetValue(const AName: string; out AValue: string): Boolean; virtual; abstract;
C++
virtual bool __fastcall TryGetValue(const System::UnicodeString AName, /* out */ System::UnicodeString &AValue) = 0 ;
Description
Fills AValue
with the value of the parameter that has the specified parameter name, and returns True
if a parameter with the specified parameter name exists, or False
otherwise.