API:IBX.IBCustomDataSet.TIBDataSet.TransactionFree
Delphi
property TransactionFree: TNotifyEvent read FTransactionFree write FTransactionFree;
C++
__property TransactionFree;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBDataSet |
Description
Occurs when the transaction that includes this dataset's query is freed.
IBX.IBCustomDataSet.TIBDataSet.TransactionFree inherits from IBX.IBCustomDataSet.TIBCustomDataSet.TransactionFree. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.TransactionFree.
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.