Events in Message Loops

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Low Level Event Handling >

Events in Message Loops

 

Handling events in message loops is highly discouraged in thinBasic (and generally, in any interpreted language), due to their high performance requirements.

 

This is why this approach was made obsolete in thinBasic, and only the handy low level SendMessage function remained.