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

Description

Sets the Checked property.

SetChecked is the write implementer for the Checked property.

See Also