Datasnap.DSCommon.TDSClientCallbackChannelManager.DSPath

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DSPath: string read FDSPath write FDSPath;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Beschreibung

Gibt den URL-Pfad an.

Die Eigenschaft DSPath gibt den URL-Pfad an. DSPath wird in DBXConnectionProperties verwendet, wo sie in den zurückgegebenen Eigenschaften als TDBXPropertyNames.URLPath festgelegt ist.

Siehe auch