RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIResponse.GetStringVariable Method

Provides the prototype of a method to extract a string value from an indexed table of HTTP header variables.

Pascal
function GetStringVariable(Index: Integer): AnsiString; override;
C++
virtual __fastcall AnsiString GetStringVariable(int Index);

GetStringVariable provides the abstract (pure virtual) prototype of a method to extract a string value from an indexed table of HTTP header variables. Descendants of TWebResponse implement GetStringVariable to provide a method by which the string values are read from the internal table used to store HTTP header variables. The response object uses GetStringVariable to access the properties that represent strings. 

 

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