[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the AutoCheck property in the linked menu item.
Source position: menus.pp line 72
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 a check mark state is read from the Action for the menu item (when assigned). |
|
|
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. |
|
TBasicActionLink.Action |