System.Tether.Manager.TTetheringManager.SynchronizeEvents

From RAD Studio API Documentation
Revision as of 16:04, 9 February 2017 by L10nBot (talk | contribs) (update links to renamed pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Tether.Manager.TTetheringManager.SynchronizeEvents&oldid=780422"