IBX.IBCustomDataSet.TIBCustomDataSet.BeforeTransactionEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeTransactionEnd: TNotifyEvent read FBeforeTransactionEnd

C++

__property System::Classes::TNotifyEvent BeforeTransactionEnd = {read=FBeforeTransactionEnd, write=FBeforeTransactionEnd};

Properties

Type Visibility Source Unit Parent
event protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

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.