Vcl.Menus.TMenuActionLink.IsEnabledLinked
Delphi
function IsEnabledLinked: Boolean; override;
C++
virtual bool __fastcall IsEnabledLinked(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuActionLink |
Description
Retrieves whether the action controls the enabled state of the client.
IsEnabledLinked is designed to retrieve whether the action, associated by the menu action link to the client (menu item), controls the Enabled property of the client.
IsEnabledLinked returns
True
if the action sets this property of the client and False
otherwise.