FMX.Menus.TMenuItem.SetEnabled
Delphi
procedure SetEnabled(const Value: Boolean); override;
C++
virtual void __fastcall SetEnabled(const bool Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.Menus.pas FMX.Menus.hpp | FMX.Menus | TMenuItem | 
Description
Modifies the value of the Enabled property of this TMenuItem.