Web.Win.IsapiHTTP.TISAPIResponse.GetIntegerVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIntegerVariable(Index: Integer): Integer; override;

C++

virtual int __fastcall GetIntegerVariable(int Index);

Properties

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

Description

Extracts an integer value from the internal table of HTTP header variables.

The ISAPI response object uses GetIntegerVariable to access the properties that represent integers.

See Also