System.Actions.TContainedAction.SetChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChecked(Value: Boolean); virtual;

C++

virtual void __fastcall SetChecked(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Sets the specified Value to the Checked property of the action, and propagates this Value to all clients of the action.

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.

See Also