FMX.ListBox.TListBoxSelector.DoMouseSelectStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall DoMouseSelectStart(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 executes after you click a mouse button in the TListBox component.

The accepted parameters are:

MouseSelectStart calls DoMouseSelectStart.

See Also