FMX.ListBox.TListBoxSelector.MouseSelectMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseSelectMove(const Item: TListBoxItem; const Shift: TShiftState); virtual;

C++

virtual void __fastcall MouseSelectMove(TListBoxItem* const Item, const System::Classes::TShiftState Shift);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

A method that executes when you move the mouse in the TListBox component while you keep a mouse button pressed.

The accepted parameters are:

MouseSelectMove calls DoMouseSelectMove.

See Also