IBX.IBDatabase.TIBBase.OnTransactionFree

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTransactionFree: TNotifyEvent read FOnTransactionFree write FOnTransactionFree;

C++

__property System::Classes::TNotifyEvent OnTransactionFree = {read=FOnTransactionFree, write=FOnTransactionFree};

Properties

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

Description

Occurs after a transaction has been freed from memory.

Write an OnTransactionFree event handler to take specific actions after a transaction has been freed from memory.