Datasnap.Win.MConnect.TDispatchConnection.BeforeDisconnect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BeforeDisconnect: TNotifyEvent read FBeforeDisconnect write FBeforeDisconnect;

C++

__property BeforeDisconnect;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect TDispatchConnection

Beschreibung

Wird unmittelbar vor dem Schließen einer Verbindung ausgelöst.

Datasnap.Win.MConnect.TDispatchConnection.BeforeDisconnect erbt von Data.DB.TCustomConnection.BeforeDisconnect. Der folgende Inhalt bezieht sich auf Data.DB.TCustomConnection.BeforeDisconnect.

Wird unmittelbar vor dem Schließen einer Verbindung ausgelöst.

In der Ereignisbehandlungsroutine für BeforeDisconnect können Sie Aktionen durchführen, bevor die Komponente eine Verbindung schließt.

Siehe auch


Codebeispiele