Web.HTTPApp.TWebResponse.SetDateVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDateVariable(Index: Integer; const Value: TDateTime); virtual; abstract;

C++

virtual void __fastcall SetDateVariable(int Index, const System::TDateTime Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

Description

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.

See Also