IBX.IBQuery.TIBQuery.TransactionFree

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransactionFree;

C++

__property TransactionFree;

Properties

Type Visibility Source Unit Parent
event published
IBX.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery TIBQuery

Description

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

IBX.IBQuery.TIBQuery.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.