FMX.ActnList.TAction.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked: Boolean read FChecked write SetChecked default 0;

C++

__property Checked = {default=0};

Properties

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

Description

Indicates whether client controls and menu items appear checked.

FMX.ActnList.TAction.Checked inherits from System.Actions.TContainedAction.Checked. All content below this line refers to System.Actions.TContainedAction.Checked.

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