FMX.ListBox.TListBoxSelector.DoMouseSelectFinishing
Delphi
procedure DoMouseSelectFinishing(const Item: TListBoxItem; const Shift: TShiftState); virtual;
C++
virtual void __fastcall DoMouseSelectFinishing(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
- Note: This is an abstract method that subclasses of TListBoxSelector implement.
A method that is executed after you click a mouse button in the TListBox component, before the OnItemClick event of the list box component occurs.
DoMouseSelectFinishing receives the following parameters:
Itemis the target list box item.Shiftis the current shift state.
MouseSelectFinish calls DoMouseSelectFinishing.