[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TMenu.ShortcutHandled

Indicates whether the shortcut key for a menu item is used in the menu.

Declaration

Source position: menus.pp line 423

public property TMenu.ShortcutHandled : Boolean
  read FShortcutHandled
  write FShortcutHandled;

See also

TMenu.IsShortcut

  

Indicates if the specified control message contains a shortcut (accelerator) key used in the menu.

TMenuItem.Enabled

  

Indicates if the menu item can be selected and executed.

TMenuItem.Click

  

Performs actions needed when the menu item is clicked.


Version 4.0 Generated 2025-05-03 Home