Data.Win.ADODB.TRDSConnection.BeforeDisconnect

Aus RAD Studio API Documentation

Delphi

property BeforeDisconnect: TNotifyEvent read FBeforeDisconnect write FBeforeDisconnect;

C++

__property BeforeDisconnect;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TRDSConnection

Beschreibung

Wird unmittelbar vor dem Schließen einer Verbindung ausgelöst. {{#multireplace:Data.Win.ADODB.TRDSConnection.BeforeDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.DB.TCustomConnection.BeforeDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.DB.TCustomConnection.BeforeDisconnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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