RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.SetIntegerVariable Method

Sets an integer valued HTTP header property.

Pascal
procedure SetIntegerVariable(Index: Integer; Value: Integer); override;
C++
virtual __fastcall SetIntegerVariable(int Index, int Value);

SetIntegerVariable writes integer values to the internal table used to store HTTP header variables. The ISAPI response object uses SetIntegerVariable to set the properties that represent integers. 

 

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