Datasnap.Win.MConnect.TSharedConnection.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 TSharedConnection

説明

接続を終了するメソッドのインターフェースを提供します。 Datasnap.Win.MConnect.TSharedConnection.DoDisconnect は Data.DB.TCustomConnection.DoDisconnect を継承しています。以下の内容はすべて Data.DB.TCustomConnection.DoDisconnect を参照しています。

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

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

関連項目