FMX.ListBox.TListBoxSelector.MouseSelectMove
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:
- Item: The target item that is currently under the mouse cursor.
- Shift: The current shift state.
MouseSelectMove calls DoMouseSelectMove.