[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.