Web.HTTPApp.TWebRequest.GetInternalPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInternalPathInfo: string; virtual;

C++

virtual System::UnicodeString __fastcall GetInternalPathInfo();

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 path info portion of the URL.

GetInternalPathInfo provides the virtual getter method of returning the path info portion of the URL. GetInternalPathInfo is the getter method for InternalPathInfo.

See Also