API:IBX.IBQuery.TIBQuery.BeforeTransactionEnd
Delphi
property BeforeTransactionEnd: TNotifyEvent read FBeforeTransactionEnd write FBeforeTransactionEnd;
C++
__property BeforeTransactionEnd;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| event | published | IBX.IBQuery.pas IBX.IBQuery.hpp | IBX.IBQuery | TIBQuery | 
説明
このデータセットの問い合わせを含むトランザクションが終了する直前に発生します。
IBX.IBQuery.TIBQuery.BeforeTransactionEnd は IBX.IBCustomDataSet.TIBCustomDataSet.BeforeTransactionEnd を継承しています。以下の内容はすべて IBX.IBCustomDataSet.TIBCustomDataSet.BeforeTransactionEnd を参照しています。
このデータセットの問い合わせを含むトランザクションが終了する直前に発生します。
BeforeTransactionEnd イベントハンドラを記述すると,Transaction プロパティによって指定されたトランザクションが終了しようとしたときに,応答することができます。