IBX.IBTable.TIBTable.BeforeTransactionEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeTransactionEnd: TNotifyEvent read FBeforeTransactionEnd write FBeforeTransactionEnd;

C++

__property BeforeTransactionEnd;

Properties

Type Visibility Source Unit Parent
event published
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

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

IBX.IBTable.TIBTable.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.