API:IBX.IBTable.TIBTable.AfterTransactionEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterTransactionEnd: TNotifyEvent read FAfterTransactionEnd write FAfterTransactionEnd;

C++

__property AfterTransactionEnd;

Properties

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

Description

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

IBX.IBTable.TIBTable.AfterTransactionEnd inherits from IBX.IBCustomDataSet.TIBCustomDataSet.AfterTransactionEnd. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.AfterTransactionEnd.

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

Write an AfterTransactionEnd event handler to respond when the transaction specified by the Transaction property ends.