RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.GetDateVariable Method

Extracts a date value from the extension control block.

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

GetDateVariable reads date-time values from the extension control block specified by the ECB property. The ISAPI request object uses GetDateVariable to access the properties that represent dates from the HTTP request headers. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!