EMS.ResourceAPI.TEndpointHeaders.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 TEndpointHeaders

Description

Fills AValue with the header value of the specified header name and returns True if the specified header name exists or False otherwise.

See Also