FMX.ListBox.TListBoxSelector.DoMouseSelectFinishing

From RAD Studio API Documentation
Jump to: navigation, search

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:

MouseSelectFinish calls DoMouseSelectFinishing.

See Also