API:Web.Win.IsapiHTTP.TISAPIResponse.GetDateVariable
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
Provides the abstract (pure virtual) prototype of a method to extract a date value from an indexed table of HTTP header variables.
Web.Win.IsapiHTTP.TISAPIResponse.GetDateVariable inherits from Web.HTTPApp.TWebResponse.GetDateVariable. All content below this line refers to Web.HTTPApp.TWebResponse.GetDateVariable.
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.