RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.GetFieldByName Method

Returns the value of the HTTP header variable specified by the Name parameter.

Pascal
function GetFieldByName(const Name: AnsiString): AnsiString; override;
C++
virtual __fastcall AnsiString GetFieldByName(const AnsiString Name);

Use GetFieldByName to read the value of an HTTP header variable that is not surfaced as one of the properties of TISAPIRequest. For information on possible HTTP request header variables, see the current Internet standards documents. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!