RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIRequest.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; override;
C++
virtual __fastcall TDateTime GetDateVariable(int Index);

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!