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

Description

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

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