RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlAction.AutoCheck Property

Controls whether the Checked property toggles when the action executes.

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

AutoCheck causes the checked property to toggle when the action executes. This allows the action's Checked property to remain in sync with the client's Checked property (or equivalent). If the client is a menu item (where the Checked property does not necessarily toggle), AutoCheck is propagated to the AutoCheck property of the menu item. 

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