Vcl.StdCtrls.TButtonActionLink.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.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButtonActionLink

Description

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

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

See Also