FireDAC.Comp.Client.TFDEventAlerter.OnTimeout

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDEventAlerter

Delphi

property OnTimeout;

C++

__property OnTimeout;

Description

The event fires when a DBMS event is timed out.

FireDAC.Comp.Client.TFDEventAlerter.OnTimeout inherits from FireDAC.Comp.Client.TFDCustomEventAlerter.OnTimeout. All content below this line refers to FireDAC.Comp.Client.TFDCustomEventAlerter.OnTimeout.

The event fires when a DBMS event is timed out.

Use the OnTimeout event handler to specify an event handler that will be fired after being specified by the Options.Timeout time and if no event is fired. The specified timeout is in milliseconds.

The event handler can be fired in its own event alerter thread (False) or in the main application thread (True), depending on the Options.Synchronize option.

See Also