Vcl.ComCtrls.TToolButtonActionLink.SetChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChecked(Value: Boolean); override;

C++

virtual void __fastcall SetChecked(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButtonActionLink

Description

Sets the checked state of a tool button control if the client is linked to the action for this event.

SetChecked sets the checked state of a tool button control, and is called only if the client is linked for this event. Value specifies whether the checked state should be set.

See Also