Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
The @window variable may be referenced indirectly, by appending an @ sign, just like any other control name.  The following code line, in a window event, reads the VISIBLE property of the window and assigns it to the variable winvisible.
For example, winvisible = @@window->visible

...