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

Description

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

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