RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.GetStringVariable Method

Provides the abstract (pure virtual) prototype for a method to extract a string value from an indexed table of HTTP header variables.

Pascal
function GetStringVariable(Index: Integer): AnsiString; virtual; abstract;
C++
virtual __fastcall AnsiString GetStringVariable(int Index) = 0;

Descendants of TWebRequest implement GetStringVariable to provide a method by which the string values are read from the header strings of the HTTP request message. The request object uses GetStringVariable to access the properties that represent strings from the HTTP request headers. 

 

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