RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.SetIntegerVariable Method

Provides the abstract (pure virtual) prototype of a method to set an integer valued HTTP header property.

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

Descendants of TWebResponse implement SetIntegerVariable to provide a method by which integer values are written to the internal table used to store HTTP header variables. The response object uses SetIntegerVariable to set the properties that represent integers. 

 

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