API:IBX.IBQuery.TIBQuery.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.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery TIBQuery

Description

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

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