FMX.Controls.TControl.Pressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pressed: Boolean read FPressed write FPressed;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Indicates whether the control is currently pressed.

Mouse action event handlers use this property as a flag to determine how to proceed in some cases.

See Also