FMX.ListView.Types.TListItemSimpleControl.Pressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pressed: Boolean read FPressed;

C++

__property bool Pressed = {read=FPressed, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemSimpleControl

Description

Indicates whether a user presses the control.

This method is True between the MouseDown and MouseUp events.

See Also