Datasnap.DSHTTPWebBroker.TDSWebDispatch.GetPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPathInfo: string; override;

C++

virtual System::UnicodeString __fastcall GetPathInfo();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSWebDispatch

Description

Returns the dispatch path information.

Datasnap.DSHTTPWebBroker.TDSWebDispatch.GetPathInfo inherits from Web.AutoDisp.TWebDispatch.GetPathInfo. All content below this line refers to Web.AutoDisp.TWebDispatch.GetPathInfo.

Returns the dispatch path information.

For more information about the path information, see the PathInfo property.

See Also