SIMPOL Documentation

wxprocess()

Description

Processes the user's interaction with all wxwindows. wxprocess() has to be called regularly for the user interface of an application to be smooth and responsive.

Prototype

wxprocess ( integer timeout )

Parameters

ParameterDefault valueType nameDescription
timeout0integer Specifies an amount of time (in microseconds) for which the method will continue to process user interaction, unless the wxprocess() method is explicitly exited by calling the wxbreak() function. If a value of .inf is specified, then user interaction will be processed indefinitely, or until the wxbreak() method is called.