Vcl.ActnList.TAction.Checked

From RAD Studio API Documentation

Delphi

property Checked: Boolean read FChecked write SetChecked default 0;

C++

__property Checked = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TAction

Description

Indicates whether client controls and menu items appear checked. {{#multireplace:Vcl.ActnList.TAction.Checked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Actions.TContainedAction.Checked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Actions.TContainedAction.Checked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

Use SetChecked to set Checked.

Note: If the action has a GroupIndex value greater than 0, then setting Checked to True sets to False the Checked properties of all other actions in the GroupIndex group.

Tip: Use the AutoCheck property to ensure that the action's Checked property stays synchronized with the Checked properties of clients.

See Also

Code Examples