RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.GetIntegerVariable Method

Extracts an integer value from the internal table of HTTP header variables.

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

The ISAPI response object uses GetIntegerVariable to access the properties that represent integers. 

 

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