System.Actions.TContainedAction.Enabled
Delphi
property Enabled: Boolean read FEnabled write SetEnabled default True;
C++
__property bool Enabled = {read=FEnabled, write=SetEnabled, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
Description
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.