FireDAC.Comp.Client.TFDCustomTransaction.BeforeCommit

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BeforeCommit: TNotifyEvent read FBeforeCommit write FBeforeCommit;

C++

__property System::Classes::TNotifyEvent BeforeCommit = {read=FBeforeCommit, write=FBeforeCommit};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomTransaction


Beschreibung

Wird vor dem Eintragen der Transaktion ausgelöst.

Das BeforeCommit-Ereignis wird vor dem Ausführen der Methode Commit und dem Eintragen der Transaktion ausgelöst.

Siehe auch