IBX.IBDatabase.TIBTransaction.OnIdleTimer
Delphi
property OnIdleTimer: TNotifyEvent read FOnIdleTimer write FOnIdleTimer;
C++
__property System::Classes::TNotifyEvent OnIdleTimer = {read=FOnIdleTimer, write=FOnIdleTimer};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | IBX.IBDatabase.pas IBX.IBDatabase.hpp |
IBX.IBDatabase | TIBTransaction |
Description
Occurs after a transaction has timed out.
Write an OnIdleTimer event handler to take specific actions after a transaction is allowed to remain idle for the number of seconds specified by IdleTimer.