Datasnap.DSCommonServer.TDSServerTransport.AddConnection

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

Delphi

procedure AddConnection(const Con: TDBXConnectionHandler);

C++

void __fastcall AddConnection(Data::Dbxmessagehandlercommon::TDBXConnectionHandler* const Con);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerTransport


説明

Con パラメータで指定されたサーバー接続を追加します。

このメソッドでは、TDSServerConnection インスタンスをサーバー接続のリストに追加します。

関連項目