RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.SetDateVariable Method

Sets 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);

SetDateVariable writes date-time to the internal table used to store HTTP header variables. The ISAPI response object uses SetDateVariable to set the properties that represent dates. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!