FMX.MultiView.Types.TCustomTouchInterceptingLayout.Pressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pressed: Boolean read FPressed write FPressed;

C++

__property Pressed;

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomTouchInterceptingLayout

Description

Indicates whether the control is currently pressed.

FMX.MultiView.Types.TCustomTouchInterceptingLayout.Pressed inherits from FMX.Controls.TControl.Pressed. All content below this line refers to FMX.Controls.TControl.Pressed. 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