Obj.Loop

From OpenEUO
Revision as of 18:50, 7 October 2010 by 76.184.213.234 (Talk) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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