RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuItem.Checked Property

Specifies whether a check mark should appear beside the Caption.

Pascal
property Checked: Boolean;
C++
__property Boolean Checked;

Use Checked to allow a menu item to work like a check box. If Checked is true, the menu item appears checked. If Checked is false, the menu item remains unchecked.

Note: This property is not stored with the menu item if it is supplied by a TAction object.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!