System.Tether.Manager.TTetheringManager.SynchronizeEvents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SynchronizeEvents: Boolean read FSynchronizeEvents write FSynchronizeEvents default True;

C++

__property bool SynchronizeEvents = {read=FSynchronizeEvents, write=FSynchronizeEvents, default=1};

Properties

Type Visibility Source Unit Parent
property published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Determines whether a TTetheringManager event handler is executed on the main thread or not.

SynchronizeEvents controls the event synchronization with the main thread. If SynchronizeEvents is True, the event handler is executed on the main thread. Otherwise, the event handler is executed on the thread associated with the TTetheringManager object.

See Also