RAD Studio VCL Reference
|
Provides the prototype of a method to extract a string value from an indexed table of HTTP header variables.
function GetStringVariable(Index: Integer): AnsiString; virtual; abstract;
virtual __fastcall AnsiString GetStringVariable(int Index) = 0;
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!
|