API:IBX.IBTable.TIBTable.BeforeTransactionEnd

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BeforeTransactionEnd: TNotifyEvent read FBeforeTransactionEnd write FBeforeTransactionEnd;

C++

__property BeforeTransactionEnd;

プロパティ

種類 可視性 ソース ユニット
event published
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

説明

このデータセットの問い合わせを含むトランザクションが終了する直前に発生します。

IBX.IBTable.TIBTable.BeforeTransactionEnd は IBX.IBCustomDataSet.TIBCustomDataSet.BeforeTransactionEnd を継承しています。以下の内容はすべて IBX.IBCustomDataSet.TIBCustomDataSet.BeforeTransactionEnd を参照しています。

このデータセットの問い合わせを含むトランザクションが終了する直前に発生します。

BeforeTransactionEnd イベントハンドラを記述すると,Transaction プロパティによって指定されたトランザクションが終了しようとしたときに,応答することができます。