IBX.IBCustomDataSet.TIBDataSet.BeforeTransactionEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeTransactionEnd;

C++

__property BeforeTransactionEnd;

Properties

Type Visibility Source Unit Parent
event published
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

Occurs immediately before a transaction that includes this dataset's query ends.

IBX.IBCustomDataSet.TIBDataSet.BeforeTransactionEnd inherits from IBX.IBCustomDataSet.TIBCustomDataSet.BeforeTransactionEnd. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.BeforeTransactionEnd.

Occurs immediately before a transaction that includes this dataset's query ends.

Write a BeforeTransactionEnd event handler to respond when the transaction specified by the Transaction property is about to end.