<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Pseudo-object Events |
Having a dialog pseudo-object variable allows you to define callback functions with names derived from dialog name.
Each of these events is handled via the appropriate callback functions, named using convention <dialog pseudo-object name>.<event name>.