Web.HTTPApp.TWebRequest.GetRawPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRawPathInfo: string; virtual;

C++

virtual System::UnicodeString __fastcall GetRawPathInfo();

Properties

Type Visibility Source Unit Parent
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Provides the virtual getter method of returning the raw path info portion of the URL.

GetRawPathInfo provides the virtual getter method of returning the the raw path info portion of the URL. GetRawPathInfo is the getter method for RawPathInfo.

See Also