Web.ApacheHTTP.TApacheRequest.GetDateVariable

From RAD Studio API Documentation

Delphi

function GetDateVariable(Index: Integer): TDateTime; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Web.ApacheHTTP.pas
Web.ApacheHTTP.hpp
Web.ApacheHTTP TApacheRequest

Description

Provides the abstract (pure virtual) prototype for a method to extract a date value from an indexed table of HTTP header variables. {{#multireplace:Web.ApacheHTTP.TApacheRequest.GetDateVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebRequest.GetDateVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TWebRequest.GetDateVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

Descendants of TWebRequest implement GetDateVariable to provide a method by which the date-time values are read from the header strings of the HTTP request message. The request object uses GetDateVariable to access the properties that represent dates from the HTTP request headers.

See Also