EMS.ResourceAPI.TEndpointParams.GetValue
Delphi
function GetValue(const AName: string): string;
C++
System::UnicodeString __fastcall GetValue(const System::UnicodeString AName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | EMS.ResourceAPI.pas EMS.ResourceAPI.hpp |
EMS.ResourceAPI | TEndpointParams |
Description
Getter of Values.
If no value exists with the specified parameter name, GetValue raises an EEMSEndpointError exception with the following message:
- Name not found: <name>