IBX.IBDatabase.TIBTransaction.IdleTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IdleTimer: Integer read GetIdleTimer write SetIdleTimer default 0;

C++

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

Properties

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

Description

Specifies how long the transaction should wait before automatically committing or rolling back.

Use IdleTimer to indicate how many milliseconds a transaction should be allowed to remain idle before automatically committing or rolling back the data. The default value for the IdleTimer property is 0 (zero). Use DefaultAction to determine which action the transaction should take.