Obj.Loop

From OpenEUO
Jump to: navigation, search
 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