Versions Compared

Key

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

...

ParameterDescription
TextThe text to display in the status line or System Monitor.

See also

STATUSLINE propertySetDebugger("SPY")

Remark

While the system receiver is often whichever control has been set to be the STATUSLINE for a form, it is the system receiver which currently has focus in which the message is displayed. This function is particularly useful for debugging programs; it can be used to display information in the System Monitor without interrupting processing (like the debugger and messages do). In conjunction with SetDebugger("SPY"), you can suppress or display event information on the System Monitor.

...