Datasnap.DSClientRest.TDSCustomRestConnection.Connection

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

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 接続の文字列を示します。

関連項目