|
RAD Studio VCL Reference
|
Provides the abstract (pure virtual) prototype of a method to set an integer valued HTTP header property.
procedure SetIntegerVariable(Index: Integer; Value: Integer); override;
virtual __fastcall SetIntegerVariable(int Index, int Value);
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!
|