Web.ApacheHTTP.TApacheResponse.SetDateVariable
Delphi
procedure SetDateVariable(Index: Integer; const Value: TDateTime); override;
C++
virtual void __fastcall SetDateVariable(int Index, const System::TDateTime Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Web.ApacheHTTP.pas Web.ApacheHTTP.hpp |
Web.ApacheHTTP | TApacheResponse |
Description
Provides the abstract (pure virtual) prototype of a method to set a date-time valued HTTP header property. {{#multireplace:Web.ApacheHTTP.TApacheResponse.SetDateVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebResponse.SetDateVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TWebResponse.SetDateVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Provides the abstract (pure virtual) prototype of a method to set a date-time valued HTTP header property.
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.