MSM-Workstation
Macros
Go back to the alphabetic list of macros
Go back to the first page of this tutorial
%%Focus
This macro generates code that returns a specification of the
names of the window and the control within that window that
currently have focus.
Note: The control that currently has focus is not necessarily
the same as the control that is the "current control".
Typically the two are the same, but not always. For instance, while
an object is being created, it is
the "current" object, but it doesn't have focus.
Examples
...
...
See also
%%CurrCtl,
%%CurrWin,
%%FocusCtl,
%%FocusWin and
%%SetFocus.