EMS.ResourceAPI.TEndpointHeaders.TryGetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEndpointHeaders

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 ;

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