RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIResponse.SetDateVariable Method

Provides the abstract (pure virtual) prototype of a method to set a date-time valued HTTP header property.

Pascal
procedure SetDateVariable(Index: Integer; const Value: TDateTime); override;
C++
virtual __fastcall SetDateVariable(int Index, const TDateTime Value);

Descendants of TWebResponse implement SetDateVariable to provide a method by which date-time values are written to the internal table used to store HTTP header variables. The response object uses SetDateVariable to set the properties that represent dates. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!