Datasnap.DSCommon.TDSClientCallbackChannelManager.DSPath

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DSPath: string read FDSPath write FDSPath;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

説明

URL パスを示します。

DSPath プロパティは、URL パスを示します。DSPathDBXConnectionProperties 内で使用されており、返されるプロパティ内の TDBXPropertyNames.URLPath として設定されます。

関連項目