SynchronizeEvents Property (Read/Write)

Top  Previous  Next

Controls whether synchronization of events with a main window thread is required or not.

 

Visual Basic Syntax

 

TNBnnnnX.SynchronizeEvents [= Boolean]

 

Delphi Syntax

 

TNBnnnnX.SynchronizeEvents [:= Boolean];

 

 

Remarks

 

In windowed synchronization of events with the main window thread is required to prevent corruption in the gui framework. In non-windowed applications, this property should be set to false, to avoid loss of events.

 

Default value is True.