FMX.ActnList.TAction.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default 1;

C++

__property Enabled = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TAction

Description

Specifies the enabled state for the action.

FMX.ActnList.TAction.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 is propagated to clients of the action.

See Also