API:Datasnap.Win.MConnect.TDispatchConnection.DoDisconnect

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

Delphi

procedure DoDisconnect; override;

C++

virtual void __fastcall DoDisconnect();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TDispatchConnection

説明

接続を終了するメソッドのインターフェースを提供します。

Datasnap.Win.MConnect.TDispatchConnection.DoDisconnect は Data.DB.TCustomConnection.DoDisconnect を継承しています。以下の内容はすべて Data.DB.TCustomConnection.DoDisconnect を参照しています。

接続を終了するメソッドのインターフェースを提供します。

Connected プロパティは,DoDisconnect メソッドを使って接続を閉じます。それぞれの下位クラスは,DoDisconnect メソッドをオーバーライドして接続を終了します。TCustomConnection で実装した DoDisconnect は何もしません。

関連項目