|
RAD Studio VCL Reference
|
Provides the abstract (pure virtual) prototype of a method to set a date-time valued HTTP header property.
procedure SetDateVariable(Index: Integer; const Value: TDateTime); override;
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!
|