Important: These properties are event parameters; they are only accessible in execution mode and are only valid while the Adelia code linked to the event is being executed.
OLD_TOOL_NAME
Concerns the HotTool event.
Contains the name of the tool that was highlighted (or hot) before the one currently highlighted.
Adelia type |
ALPHA(30). |
Accessibility |
Read only mode. |
TOOL_NAME
Concerns the ClickTool, HotTool, ToolTipAppear and ToolTipDisappear events.
Contains the name of the tool concerned by the event.
Adelia type |
ALPHA(30). |
Accessibility |
Read only mode. |
TOOL_X_AXIS
Concerns the ClickTool, HotTool, ToolTipAppear and ToolTipDisappear events.
Contains the X axis (relative to the object) of the tool concerned by the event.
Adelia type |
NUM_BIN_4. |
Accessibility |
Read only mode. |
X
Concerns the RightButtonClick and RightButtonDoubleClick events.
Contains the click's X-coordinate, expressed in screen coordinates.
Adelia type |
NUM_BIN_4. |
Accessibility |
Read only mode. |
Y
Concerns the RightButtonClick and RightButtonDoubleClick events.
Contains the click's Y-coordinate, expressed in screen coordinates.
Adelia type |
NUM_BIN_4. |
Accessibility |
Read only mode. |