RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.GetIntegerVariable Method

Extracts an integer value from the extension control block.

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

GetIntegerVariable reads integer values from the extension control block specified by the ECB property. The ISAPI request object uses GetIntegerVariable to access the properties that represent integers from the HTTP request headers. 

 

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