ThreadAccessingUIException

From Xojo Documentation

Class (inherits from RuntimeException)

Occurs when a thread accesses the user interface.

Properties
ErrorNumber Message Reason fa-lock-32.png
Methods
Stack StackFrames

Notes

Accessing the user interface refers to anything that could change the display of the user interface.

You can access your own methods and properties on Windows and other controls as long as the property does not result in a change to the user interface.

See Also

Thread