AnyDAC
ContentsIndexHome
PreviousUpNext
TADEventAlerter.OnTimeout Event

The event fires, when a DBMS event is timed out.

Group
Links

Use the OnTimeout event handler to specify an event handler, which will be fired after the specified by the Options.Timeout time and no one event is fired. The specified timeout is in 1/1000 of sec.The event handler may be fired in the own event alerter thread (False) or in the main application thread (True), depending on the Options.Synchronize option.

property OnTimeout: TNotifyEvent;

Database Alerts, OnAlert, Options

What do you think about this topic? Send feedback!