|
RAD Studio VCL Reference
|
Sets an integer valued HTTP header property.
procedure SetIntegerVariable(Index: Integer; Value: Integer); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|