RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIRequest.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): string; override;
C++
virtual __fastcall AnsiString GetStringVariable(int Index);

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!