TTMSFNCBloxElement.MouseMove Method
Called when the user moves the pointer over the element.
API unit family: TMSFNCBloxCoreElement
Declaring type: TTMSFNCBloxElement
Syntax
procedure MouseMove(Shift: TShiftState; X, Y: Double); virtual;
Parameters
| Name | Description |
|---|---|
Shift |
Modifier keys held during the action. |
X |
Horizontal pointer position, in element coordinates. |
Y |
Vertical pointer position, in element coordinates. |