FMX.ListBox.TListBoxSelector.MouseSelectFinish
Delphi
procedure MouseSelectFinish(const Item: TListBoxItem; const Button: TMouseButton; const Shift: TShiftState); virtual;
C++
virtual void __fastcall MouseSelectFinish(TListBoxItem* const Item, const System::Uitypes::TMouseButton Button, 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 is executed after a click on a mouse button in a list box component, after the OnItemClick event of the list box component occurs.
MouseSelectFinish receives the following parameters:
Itemis the target list box item.Buttonis the clicked mouse button.Shiftis the current shift state.
MouseSelectFinish calls DoMouseSelectFinish.