FMX.ListView.Types.TListItemGlyphButton.MouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TListItemGlyphButton

Description


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

FMX.ListView.Types.TListItemGlyphButton.MouseDown inherits from FMX.ListView.Types.TListItemDrawable.MouseDown. All content below this line refers to FMX.ListView.Types.TListItemDrawable.MouseDown.

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