ActnList.TCustomAction.Enabled
From RAD Studio VCL Reference
Contents |
Delphi Information
From ActnList.pas
property Enabled: Boolean read FEnabled write SetEnabled;
Unit: ActnList
Type: property
Visibility: public
Member Of: TCustomAction
C++ Information
From ActnList.hpp
__property bool Enabled = {read=FEnabled,write=SetEnabled};
Unit: ActnList
Type: property
Visibility: public
Member Of: TCustomAction
Description
Indicates whether client controls and menu items are enabled.
Enabled specifies the enabled state for the action. The value of Enabled is propagated to client controls and menu items.