Datasnap.DSCommon.TDSClientCallbackChannelManager.DSPath

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

property DSPath: string read FDSPath write FDSPath;

C++

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

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