RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.GetDateVariable Method

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

Pascal
function GetDateVariable(Index: Integer): TDateTime; override;
C++
virtual __fastcall TDateTime GetDateVariable(int Index);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!