Datasnap.DSHTTPWebBroker.TDSWebDispatch.SetPathInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetPathInfo(const Value: string); override;

C++

virtual void __fastcall SetPathInfo(const System::UnicodeString Value);

Eigenschaften

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

Beschreibung

Setzt die Dispatch-Pfadinformationen.

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

Setzt die Dispatch-Pfadinformationen.

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

Siehe auch