Datasnap.DSHTTPWebBroker.TDSWebDispatch.GetPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSWebDispatch

Delphi

function GetPathInfo: string; override;

C++

virtual System::UnicodeString __fastcall GetPathInfo();

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