Previous Topic

Next Topic

DoEvents - MaxBasic Function

DoEvents[(AllowInput:Boolean)]

Available in FD Forms only. Process all messages currently in the message queue.

DoEvents function syntax has these named arguments:

Parameter

Description

AllowInput

Optional, default False.
Controls how Application.ProcessMessages is called by the DoEvents function. If True, any Windows messages caused by Input (e.g click to focus) will also get processed.

See Also

Script Functions

Book Contents

Book Index