IBX.IBDatabase.TIBDatabase.IdleTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IdleTimer: Integer read GetIdleTimer write SetIdleTimer;

C++

__property int IdleTimer = {read=GetIdleTimer, write=SetIdleTimer, nodefault};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Specifies how long the database should wait before disconnecting an idle connection.

Use IdleTimer to indicate how many milliseconds the database should wait before automatically terminating the connection. The default value for the IdleTimer property is 0 (zero), which means the connection terminates instantly.