HTTPApp.TWebResponse.GetIntegerVariable
From RAD Studio VCL Reference
Contents |
Delphi Information
From HTTPApp.pas
function GetIntegerVariable(Index: Integer): Integer; virtual; abstract;
Unit: HTTPApp
Type: method
Visibility: protected
Member Of: TWebResponse
C++ Information
From HTTPApp.hpp
virtual int __fastcall GetIntegerVariable(int Index);
Unit: HTTPApp
Type: method
Visibility: protected
Member Of: TWebResponse
Description
Provides the abstract (in C++ terminology, pure vitrual) 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.