[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the OnExecute event handler in the action is linked to a menu item.
Source position: menus.pp line 71
protected function TMenuActionLink.IsOnExecuteLinked: Boolean; override; |
IsOnExecuteLinked always returns true in TBasicActionLink. Descendent classes can override this method to provide a different result.
#rtl.classes.TBasicActionLink |