Vcl.StdCtrls.TButtonControl.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked: Boolean read GetChecked write SetChecked stored IsCheckedStored default False;

C++

__property bool Checked = {read=GetChecked, write=SetChecked, stored=IsCheckedStored, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButtonControl

Description

Specifies whether the button control is checked.

Use Checked to determine whether a button control is checked.

See Also

Code Examples