FireDAC.Stan.Option.TFDEventAlerterOptions

Delphi
TFDEventAlerterOptions = class (TPersistent)
C++
class PASCALIMPLEMENTATION TFDEventAlerterOptions : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | FireDAC.Stan.Option |
Description
The set of options controlling the event alerter behavior.
The TFDEventAlerterOptions class represents the set of properties controlling the behavior of an event alerter, represented as the FireDAC component or as the Phys Layer command interface:
- Event alerter kind (Kind)
- Timeout
- Event handler thread (Synchronize)
- Events registration mode (AutoRegister)
Applying the event alerter option is deferred until the event registration.