[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.

Remark: The Default property is not supported for the GTK2, GTK3, QT4, QT5, and QT6 widgetsets.

Version 3.2 Generated 2024-02-25 Home