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