Web.HTTPApp.TWebResponse.GetDateVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDateVariable(Index: Integer): TDateTime; virtual; abstract;

C++

virtual System::TDateTime __fastcall GetDateVariable(int Index) = 0 ;

Properties

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

Description

Provides the abstract (pure virtual) prototype of a method to extract a date value from an indexed table of HTTP header variables.

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

See Also