FMX.TreeView.TCustomTreeView.MouseMove

From RAD Studio API Documentation

Delphi

procedure MouseMove(Shift: TShiftState; X, Y: Single); override;

C++

virtual void __fastcall MouseMove(System::Classes::TShiftState Shift, float X, float Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Internally executed while the mouse is moved over the surface of this scroll box. {{#multireplace:FMX.TreeView.TCustomTreeView.MouseMove|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Layouts.TCustomScrollBox.MouseMove|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Layouts.TCustomScrollBox.MouseMove|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Internally executed while the mouse is moved over the surface of this scroll box.

You can call MouseMove programmatically in applications to simulate a mouse move event over this scroll box.

The Shift parameter specifies the keyboard state (for instance, the CTRL key pressed at the same time with the mouse click).

The X and Y parameters specify the position of the mouse cursor on the screen.

See Also