IBX.IBCustomDataSet.TIBCustomDataSet.TransactionFree

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransactionFree: TNotifyEvent read FTransactionFree  write FTransactionFree;

C++

__property System::Classes::TNotifyEvent TransactionFree = {read=FTransactionFree, write=FTransactionFree};

Properties

Type Visibility Source Unit Parent
event protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Occurs when the transaction that includes this dataset's query is freed.

Write a TransactionFree event handler to respond when the transaction specified by the Transaction property is freed.