API:IBX.IBTable.TIBTable.AfterTransactionEnd

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

Delphi

property AfterTransactionEnd: TNotifyEvent read FAfterTransactionEnd write FAfterTransactionEnd;

C++

__property AfterTransactionEnd;

プロパティ

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

説明

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

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

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

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