FMX.Controls.TControlAction.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled;

C++

__property Enabled = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControlAction

Description

Specifies the enabled state for the action.

FMX.Controls.TControlAction.Enabled inherits from System.Actions.TContainedAction.Enabled. All content below this line refers to System.Actions.TContainedAction.Enabled.

Specifies the enabled state for the action.

The value of Enabled can be propagated to all client controls and client menu items linked to the action.

See Also