Web.Win.IsapiHTTP.TISAPIResponse.GetDateVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Extracts a date from the internal table of HTTP header variables.

The ISAPI response object uses GetDateVariable to access the properties that represent dates.

See Also