FMX.ListView.Types.TListItem.MouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MouseDown(const Button: TMouseButton; const Shift: TShiftState; const MousePos: TPointF): Boolean;

C++

bool __fastcall MouseDown(const System::Uitypes::TMouseButton Button, const System::Classes::TShiftState Shift, const System::Types::TPointF &MousePos);

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem

Description

Returns the state of the mouse when there is a click on a list view item.

MouseDown iterates through the object list of drawable list items and searches for a Visible item to call its corresponding MouseDown method.

See Also