Vcl.Menus.TMenuActionLink.IsOnExecuteLinked
Delphi
function IsOnExecuteLinked: Boolean; override;
C++
virtual bool __fastcall IsOnExecuteLinked();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuActionLink |
Description
Retrieves whether the action controls the OnClick event handler of the client.
IsOnExecuteLinked retrieves whether the OnExecute event handler of the action, associated by the menu action link to the client (menu item), defines the OnClick event handler of the client.
IsOnExecuteLinked returns
True if the action controls this event handler of the client and False otherwise.