TiObjectCanvas.OnMouseMoveDisplay
TiObjectCanvas See Also
Occurs when the mouse is moved over the component, returning Cartesian
Coordinates of the mouse location.
type TiMouseMoveDisplayEvent = procedure(Sender: TObject; Shift: TShiftState; X, Y: Double) of object;
property OnMouseMoveDisplay : TiMouseMoveDisplayEvent;
Description
Use OnMouseMoveDisplay to specify actions to perform when the user moves the
mouse over the component. This event differs from the standard OnMouseMove event in that it returns X and Y coordinates in Double format that
corresponds to the Cartesian (0,0 origin is in center of component) coordinate system of
the Object Canvas.
Note: use MouseDownHandle to obtain which object generated this event.
Contents | Index | Previous | Next