ActnList.TCustomAction.Checked
From RAD Studio VCL Reference
Contents |
Delphi Information
From ActnList.pas
property Checked: Boolean read FChecked write SetChecked;
Unit: ActnList
Type: property
Visibility: public
Member Of: TCustomAction
C++ Information
From ActnList.hpp
__property bool Checked = {read=FChecked,write=SetChecked};
Unit: ActnList
Type: property
Visibility: public
Member Of: TCustomAction
Description
Indicates whether client controls and menu items appear checked.
Checked specifies the checked state for the action. The value of Checked is propagated to client controls and menu items.
Note: If the action has a GroupIndex value greater than 0, then setting Checked to true causes all other actions in the group to have their Checked property set to false.
Note: Use the AutoCheck property to ensure that the action's Checked property stays synchronized with client's Checked properties.
See Also
Code Samples