FMX.ListView.Types.TListItemSimpleControl.MouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseMove(const Shift: TShiftState; const MousePos: TPointF); override;

C++

virtual void __fastcall MouseMove(const System::Classes::TShiftState Shift, const System::Types::TPointF &MousePos);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemSimpleControl

Description

Determines if the mouse moves to a control area.

FMX.ListView.Types.TListItemSimpleControl.MouseMove inherits from FMX.ListView.Types.TListItemDrawable.MouseMove. All content below this line refers to FMX.ListView.Types.TListItemDrawable.MouseMove.

Determines if the mouse moves to a control area.

The MouseMove virtual method is to be implemented in child classes.

TPointF determines the new position of the mouse.

See Also