Datasnap.DSHTTPWebBroker.TDSWebDispatch.SetPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPathInfo(const Value: string); override;

C++

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

Properties

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

Description

Sets the dispatch path information.

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

Sets the dispatch path information.

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

See Also