EMS.ResourceAPI.TEndpointParams.GetValue
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
| Unit: EMS.ResourceAPI | |
| Parent: TEndpointParams | |
Delphi
function GetValue(const AName: string): string;
C++
System::UnicodeString __fastcall GetValue(const System::UnicodeString AName);
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>