EMS.ResourceAPI.TEndpointParams.TryGetValue

From RAD Studio API Documentation
Jump to: navigation, search

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 ;

Properties

Type Visibility Source Unit Parent
function public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointParams

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.

See Also