Web.ApacheHTTP.TApacheRequest.GetStringVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStringVariable(Index: Integer): string; override;

C++

virtual System::UnicodeString __fastcall GetStringVariable(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Web.ApacheHTTP.pas
Web.ApacheHTTP.hpp
Web.ApacheHTTP TApacheRequest

Description

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

Web.ApacheHTTP.TApacheRequest.GetStringVariable inherits from Web.HTTPApp.TWebRequest.GetStringVariable. All content below this line refers to Web.HTTPApp.TWebRequest.GetStringVariable.

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

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

See Also