EMS.ResourceAPI.TEndpointParams.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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>

See Also