[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the Checked property.
Source position: actnlist.pas line 180
protected procedure TCustomAction.SetChecked( |
Value: Boolean |
); virtual; |
Value |
|
New value for the Checked property. |
Modified in LCL version 4.0 to improve compatibility with newer Delphi VCL versions; redefined as virtual and changed to protected visibility.
|
Whether the check box control associated with the action is Checked (default False). |
|
|
True if the action (and it client control) are in the grayed or indeterminate state. |
|
|
GroupIndex- Index of the action within its group. |
|
|
The ActionList where the action is stored, and its parent component. |
|
|
A link between an action and a client class. |
Version 4.0 | Generated 2025-05-03 | Home |