Datasnap.Win.MConnect.TDispatchConnection.BeforeConnect

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BeforeConnect;

C++

__property BeforeConnect;

Eigenschaften

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

Beschreibung

Wird vor dem Herstellen einer Verbindung ausgelöst.

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

Wird vor dem Herstellen einer Verbindung ausgelöst.

In der Ereignisbehandlungsroutine für BeforeConnect können Sie Aktionen durchführen, bevor die Komponente eine Verbindung herstellt.

Siehe auch