IBX.IBCustomDataSet.TIBCustomDataSet.AfterTransactionEnd
Delphi
property AfterTransactionEnd: TNotifyEvent read FAfterTransactionEnd write FAfterTransactionEnd;
C++
__property System::Classes::TNotifyEvent AfterTransactionEnd = {read=FAfterTransactionEnd, write=FAfterTransactionEnd};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | protected | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBCustomDataSet |
説明
このデータセットの問い合わせを含むトランザクションが終了した直後に発生します。
AfterTransactionEnd イベントハンドラを記述すると,Transaction プロパティによって指定されたトランザクションが終了したときに,応答することができます。