FMX.ListView.Types.TListItemDrawable.MouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual 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 protected
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemDrawable

Description

Returns the state of the mouse in the control area after clicking a list view item.

The MouseDown virtual method is to be implemented in child classes. MouseDown indicates if the mouse clicks in a list view item.

See Also