Unit 'Menus' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TMenuItem.Default

Indicates if the menu item is the default selection.

Declaration

Source position: menus.pp line 320

published property TMenuItem.Default : Boolean
  read FDefault
  write SetDefault
  default False;

Description

When Default is set to True, the menu item is normally displayed in boldface and can be executed by pressing the Enter key.