Difference between revisions of "Obj.Loop"

From OpenEUO
Jump to: navigation, search
(Created page with " Obj.Loop () Swallows execution of thread and processes incoming windows messages by calling any associated object event handlers. Obj.Loop does not return until an Obj.Exit i...")
 
(No difference)

Latest revision as of 18:50, 7 October 2010

 Obj.Loop ()

Swallows execution of thread and processes incoming windows messages by calling any associated object event handlers. Obj.Loop does not return until an Obj.Exit is encountered. Code following an Obj.Loop call should clean up (free) all instantiated objects before the script exits.

Obj.Exit