FMX.ExtCtrls.TPlotGrid.OnMouseMove
Delphi
property OnMouseMove: TMouseMoveEvent read FOnMouseMove write FOnMouseMove;
C++
__property OnMouseMove;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.ExtCtrls.pas FMX.ExtCtrls.hpp |
FMX.ExtCtrls | TPlotGrid |
Description
Occurs when the mouse cursor moves while over the control area.
FMX.ExtCtrls.TPlotGrid.OnMouseMove inherits from FMX.Controls.TControl.OnMouseMove. All content below this line refers to FMX.Controls.TControl.OnMouseMove.
Occurs when the mouse cursor moves while over the control area.
OnMouseMove also occurs when MouseMove is called.
Write an event handler for OnMouseMove to specify what happens when the mouse cursor is moved while over the control area.