Datasnap.DSHTTPWebBroker.TDSWebDispatch.SetPathInfo
[–] 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.