RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIRequest.GetIntegerVariable Method

Provides the abstract (pure virtual) prototype for a method to extract an integer value from an indexed table of HTTP header variables.

Pascal
function GetIntegerVariable(Index: Integer): Integer; override;
C++
virtual __fastcall int GetIntegerVariable(int Index);

Descendants of TWebRequest implement GetIntegerVariable to provide a method by which the integer values are read from the header strings of the HTTP request message. The request object uses GetIntegerVariable to access the properties that represent integers from the HTTP request headers. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!