API:Datasnap.DSHTTPWebBroker.TDSWebDispatch.GetPathInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetPathInfo: string; override;

C++

virtual System::UnicodeString __fastcall GetPathInfo();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSWebDispatch

Beschreibung

Gibt die Dispatch-Pfadinformationen zurück.

Datasnap.DSHTTPWebBroker.TDSWebDispatch.GetPathInfo erbt von Web.AutoDisp.TWebDispatch.GetPathInfo. Der folgende Inhalt bezieht sich auf Web.AutoDisp.TWebDispatch.GetPathInfo.

Gibt die Dispatch-Pfadinformationen zurück.

Weitere Informationen über die Pfadinformationen finden Sie in der Eigenschaft PathInfo.

Siehe auch