|
RAD Studio VCL Reference
|
Provides the abstract (pure virtual) prototype for 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 TWebRequest implement GetDateVariable to provide a method by which the date-time values are read from the header strings of the HTTP request message. The request object uses GetDateVariable to access the properties that represent dates from the HTTP request headers.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|