API:FMX.MultiView.Types.TCustomOverlayLayout.Pressed
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 | TCustomOverlayLayout |
Description
Indicates whether the control is currently pressed.
FMX.MultiView.Types.TCustomOverlayLayout.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.