RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.GetDateVariable Method

Provides the abstract (pure virtual) prototype for a method to extract a date value from an indexed table of HTTP header variables.

Pascal
function GetDateVariable(Index: Integer): TDateTime; virtual; abstract;
C++
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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!