MSM-Workstation
Macros
Go back to the alphabetic list of macros
Go back to the first page of this tutorial
%%EvElement
This macro generates code that returns a specification of the
value of a property of the most recent event.
The property for which the value is returned by this macro
is the name of the element for which the event occurred.
An element, in this context, is the type of the component
and the name of the component,
which is equal to ^$Event("ELEMENT").
Valid types are "G" (gadget, component or control),
"M" (menu) and "T" (timer).
Examples
...
...
See also
%%EvChoice,
%%EvControl,
%%EvKey,
%%EvNext,
%%EvPrior,
%%EvPtrButton,
%%EvPtrPos,
%%EvPtrState,
%%EvSequence,
%%EvType and
%%EvWindow.