IBX.IBDatabase.TIBBase.AfterTransactionEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterTransactionEnd: TNotifyEvent read FAfterTransactionEnd write FAfterTransactionEnd;

C++

__property System::Classes::TNotifyEvent AfterTransactionEnd = {read=FAfterTransactionEnd, write=FAfterTransactionEnd};

Properties

Type Visibility Source Unit Parent
event public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBBase

Description

Occurs after a transaction has ended.

Write an AfterTransactionEnd event handler to take specific actions after a transaction has ended.