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

TMenuItem.IsCheckItem

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

Declaration

Source position: menus.pp line 290

public function TMenuItem.IsCheckItem: Boolean; virtual;

Function result

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

Description

IsCheckItem is a Boolean function which returns True when one of the following properties is set to True:

See also

TMenuItem.Checked

  

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

TMenuItem.RadioItem

  

Indicates if the menu item is displayed as a radio button.

TMenuItem.AutoCheck

  

Indicates whether the menu item automatically toggles the value in Checked when executed.

TMenuItem.ShowAlwaysCheckable

  

ShowAlwaysCheckable - if True, Item is always shown as checkable.


Version 4.0 Generated 2025-05-03 Home