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

TMenuItem.Checked

Indicates whether a check mark is displayed beside the menu item.

Declaration

Source position: menus.pp line 318

published property TMenuItem.Checked : Boolean
  read FChecked
  write SetChecked
  stored IsCheckedStored
  default False;

See also

TMenuItem.AutoCheck

  

Indicates whether a check mark is automatically drawn when the menu item is selected.

TMenuItem.IsCheckItem

  

Indicates if the menu item is configured as a check box or a radio button item.

TMenuItem.Click

  

Performs actions needed when the menu item is clicked.

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