Datasnap.Win.MConnect.TDispatchConnection.BeforeConnect

Aus RAD Studio API Documentation

Delphi

property BeforeConnect: TNotifyEvent read FBeforeConnect write FBeforeConnect;

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. {{#multireplace:Datasnap.Win.MConnect.TDispatchConnection.BeforeConnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.DB.TCustomConnection.BeforeConnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.DB.TCustomConnection.BeforeConnect|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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