currentcontroller is defined as “a special object that can be used in Global forms [sic] to access the currently active form”.
What exactly is meant by “the currently active form”? Is it the currently displayed form, or the form whose method is currently running (which could be different from the displayed form)? My experimentation suggests it’s the latter - the form that the currently running method belongs to, regardless of what form is currently displayed. Can someone confirm this?
Also, I don’t understand the expression “Global forms” used in the above definition of currentcontroller - do they mean “all forms”?