Web.Win.IsapiHTTP.TISAPIRequest.GetIntegerVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual __int64 __fastcall GetIntegerVariable(int Index);

Properties

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

Description

Extracts an integer value from the extension control block.

GetIntegerVariable reads integer values from the extension control block specified by the ECB property. The ISAPI request object uses GetIntegerVariable to access the properties that represent integers from the HTTP request headers.

See Also