Vcl.Menus.TMenuActionLink.SetChecked
Delphi
procedure SetChecked(Value: Boolean); override;
C++
virtual void __fastcall SetChecked(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuActionLink |
Description
Sets the specified checked state for the client of the menu action link if IsCheckedLinked is True
.
SetChecked sets the specified Value
to the checked state (Checked property) for the client's menu item of the menu action link if the action, associated by the menu action link to the client, controls the Checked property of the client. That is, if
IsCheckedLinked is True
.