IBX.IBStoredProc.TIBStoredProc.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.IBStoredProc.pas
IBX.IBStoredProc.hpp
IBX.IBStoredProc TIBStoredProc

Description

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

IBX.IBStoredProc.TIBStoredProc.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.