IBX.IBDatabase.TIBDatabase.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 TIBDatabase

Description

Occurs after a database connection times out.

Write an OnIdleTimer event handler to take specific actions when the connection times out in the time specified by IdleTimer.