FireDAC.Stan.Option.TFDEventAlerterOptions.Synchronize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Synchronize: Boolean read FSynchronize write FSynchronize default True;

C++

__property bool Synchronize = {read=FSynchronize, write=FSynchronize, default=1};

Properties

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

Description

Controls the thread where the alerter event handlers will be executed.

Set the Synchronize property to True to execute the event alerter handlers in the main thread context. Otherwise, the event handlers are executed in the background thread context, servicing the event alerter.

See Also