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