|
RAD Studio VCL Reference
|
Provides the abstract (pure virtual) prototype of a method to extract a date value from an indexed table of HTTP header variables.
function GetDateVariable(Index: Integer): TDateTime; virtual; abstract;
virtual __fastcall TDateTime GetDateVariable(int Index) = 0;
Descendants of TWebResponse implement GetDateVariable to provide a method by which date-time values are read from the internal table used to store HTTP header variables. The response object uses GetDateVariable to access the properties that represent dates.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|