API:Web.Win.IsapiHTTP.TISAPIResponse.GetIntegerVariable
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 | TISAPIResponse |
Description
Provides the abstract (pure virtual in C++ terminology) prototype of a method to extract an integer value from an indexed table of HTTP header variables.
Web.Win.IsapiHTTP.TISAPIResponse.GetIntegerVariable inherits from Web.HTTPApp.TWebResponse.GetIntegerVariable. All content below this line refers to Web.HTTPApp.TWebResponse.GetIntegerVariable.
Provides the abstract (pure virtual in C++ terminology) prototype of a method to extract an integer value from an indexed table of HTTP header variables.
Descendants of TWebResponse implement GetIntegerVariable to provide a method by which integer values are read from the internal table used to store HTTP header variables. The response object uses GetIntegerVariable to access the properties that represent integers.