Datasnap.DSClientRest.TDSCustomRestConnection.Connection

提供: RAD Studio API Documentation
2011年10月18日 (火) 20:25時点におけるPyBot (トーク | 投稿記録)による版 (Scoping Libraries)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

property Connection: string read GetConnection write SetConnection stored IsConnectionStored nodefault;

C++

__property System::UnicodeString Connection = {read=GetConnection, write=SetConnection, stored=IsConnectionStored};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

説明

DataSnap カスタム REST 接続の文字列を示します。

Connection プロパティを使用して、DataSnap カスタム REST 接続の文字列を示します。

関連項目