HTTPApp.TWebResponse.SetIntegerVariable

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From HTTPApp.pas

	procedure SetIntegerVariable(Index: Integer; Value: Integer); virtual; abstract;


Unit: HTTPApp

Type: method

Visibility: protected

Member Of: TWebResponse

C++ Information

From HTTPApp.hpp

	virtual void __fastcall SetIntegerVariable(int Index, int Value);


Unit: HTTPApp

Type: method

Visibility: protected

Member Of: TWebResponse

Description

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.

See Also

Personal tools
Translations
Newest Version