API:Web.Win.IsapiHTTP.TISAPIResponse.SetIntegerVariable
Delphi
procedure SetIntegerVariable(Index: Integer; Value: Integer); override;
C++
virtual void __fastcall SetIntegerVariable(int Index, int Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Web.Win.IsapiHTTP.pas Web.Win.IsapiHTTP.hpp |
Web.Win.IsapiHTTP | TISAPIResponse |
Description
Provides the abstract (pure virtual) prototype of a method to set an integer valued HTTP header property. {{#multireplace:Web.Win.IsapiHTTP.TISAPIResponse.SetIntegerVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TWebResponse.SetIntegerVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TWebResponse.SetIntegerVariable|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Provides the abstract (pure virtual) prototype of a method to set an integer valued HTTP header property.
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.