RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIResponse.GetDateVariable Method

Provides the abstract (pure virtual) prototype of 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 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!