Datasnap.DSHTTPWebBroker.TDSWebDispatch.SetPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetPathInfo(const Value: string); override;

C++

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

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