Indicates if the menu item can be selected and executed.
Source position: menus.pp line 321
published property TMenuItem.Enabled : Boolean read FEnabled write SetEnabled stored IsEnabledStored default True;
When Enabled is set to False, the menu item is normally displayed using a "greyed" style.