IBX.IBCustomDataSet.TIBCustomDataSet.BeforeTransactionEnd

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

Delphi

property BeforeTransactionEnd: TNotifyEvent read FBeforeTransactionEnd  write FBeforeTransactionEnd;

C++

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

プロパティ

種類 可視性 ソース ユニット
event protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

説明

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

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