Datasnap.DSCommon.TDSClientCallbackChannelManager.DSPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSPath: string read FDSPath write FDSPath;

C++

__property System::UnicodeString DSPath = {read=FDSPath, write=FDSPath};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Specifies the URL path.

The DSPath property specifies the URL path. DSPath is used in DBXConnectionProperties, where it is set as TDBXPropertyNames.URLPath in the returned properties.

See Also