Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.GetValue
Delphi
function GetValue(const Name: string): string;
C++
virtual System::UnicodeString __fastcall GetValue(const System::UnicodeString Name) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp |
Datasnap.DSHTTPClient | IHeaderList |
Description
Gets the value of an HTTP header.
GetValue is the getter method for the Values property.