Unit 'MUIClass.Menu' Package
[Overview][Classes][Index] [#MUIClass]

TMUIMenuItem.CommandString

Set to True if ShortCut is a full key sequence.

Declaration

Source position: MUIClass.Menu.pas line 75

published property TMUIMenuItem.CommandString : Boolean
  read FCommandString
  write SetCommandString
  default False;

Description

Set to TRUE if ShortCut points to a command string (e.g. "shift alt q") instead of a simple letter. Note that MUI wont check if these keys are pressed (just like intuition), you'll have to do this yourself.

See also

ShortCut

  

Define the shortcut for a menu item.


Documentation generated on: 2024-03-28