EMS.ResourceAPI.TEndpointParams.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

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>

See Also