[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the AutoCheck property in the linked menu item.
Source position: menus.pp line 74
protected procedure TMenuActionLink.SetAutoCheck( |
Value: Boolean |
); override; |
Value |
|
New value for the AutoCheck property in the linked TMenuItem client. |
No actions are performed in the method if the AutoCheck property in the linked action and the linked menu item have different values on entry.
|
Action is the default action associated with the menu item. |
|
|
Indicates whether the menu item automatically toggles the value in Checked when executed. |
|
|
Indicates whether a check mark is displayed beside the menu item. |
|
|
AutoCheck - whether the control (e.g. a CheckBox) is to be automatically checked. |
|
|
Sets the value for the AutoCheck property in the linked client control. |
|
Version 4.0 | Generated 2025-05-03 | Home |