RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTransaction.IdleTimer Property

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

Pascal
property IdleTimer: Integer;
C++
__property int IdleTimer;

Use IdleTimer to indicate how long a transaction should be allowed to remain idle before automatically committing or rolling back the data. Use DefaultAction to determine which action the transaction should take. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!