IBX.IBDatabase.TIBTransaction.OnIdleTimer

From RAD Studio API Documentation
Jump to: navigation, search

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.