FireDAC.Stan.Option.TFDEventAlerterOptions.Timeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Timeout: Integer read FTimeout write FTimeout default -1;

C++

__property int Timeout = {read=FTimeout, write=FTimeout, default=-1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDEventAlerterOptions

Description

Specifies the event alerter timeout.

Use the Timeout to specify the event alerter timeout. 

After the specified timeout, if no event occurred, the OnTimeout event will be fired. The Timeout property value is in milliseconds. A value <= 0 means there is no timeout.

See Also