Web.Win.IsapiHTTP.TISAPIResponse.SetIntegerVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetIntegerVariable(Index: Integer; Value: Int64); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Sets an integer valued HTTP header property.

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.

See Also