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

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 a check mark state is read from the Action for the menu item (when assigned).

TMenuItem.ShowAlwaysCheckable

  

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


Version 3.2 Generated 2024-02-25 Home