FMX.ListBox.TListBoxSelector.DelayedMouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DelayedMouseDown(const ItemDown: TListBoxItem; const Shift: TShiftState);

C++

void __fastcall DelayedMouseDown(TListBoxItem* const ItemDown, const System::Classes::TShiftState Shift);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector

Description

Initiates a delayed mouse-down action.

Accepts the following parameters:

  • ItemDown: The target of the mouse action.
  • Shift: The current shift state.

MouseSelectStart calls DelayedMouseDown if both of the following are True:

Otherwise, MouseSelectStart calls DoMouseSelectStart

See Also