FMX.ListBox.TListBoxSelector.DoMouseSelectFinish

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMouseSelectFinish(const Item: TListBoxItem; const Shift: TShiftState); virtual; abstract;

C++

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

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, after the OnItemClick event of the list box component occurs.

DoMouseSelectFinish receives the following parameters:

MouseSelectFinish calls DoMouseSelectFinish.

See Also