[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the menu item is configured as a check box or a radio button item.
Source position: menus.pp line 290
public function TMenuItem.IsCheckItem: Boolean; virtual; |
True if the menu item is configured as a check box or radio button item.
IsCheckItem is a Boolean function which returns True when one of the following properties is set to True:
|
Indicates whether a check mark is displayed beside the menu item. |
|
|
Indicates if the menu item is displayed as a radio button. |
|
|
Indicates whether the menu item automatically toggles the value in Checked when executed. |
|
|
ShowAlwaysCheckable - if True, Item is always shown as checkable. |
Version 4.0 | Generated 2025-05-03 | Home |