IBX.IBDatabase.TIBBase.BeforeTransactionEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BeforeTransactionEnd: TNotifyEvent read FBeforeTransactionEnd write FBeforeTransactionEnd;

C++

__property System::Classes::TNotifyEvent BeforeTransactionEnd = {read=FBeforeTransactionEnd, write=FBeforeTransactionEnd};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBBase

Beschreibung

Wird ausgelöst, bevor eine Transaktion endet.

Schreiben Sie eine Ereignisbehandlungsroutine für BeforeTransactionEnd, die bestimmte Aktionen ausführt, bevor eine Transaktion beendet wird.