Vcl.StdCtrls.TButtonControl.Checked
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
- ButtonControlChecked (Delphi)
- PopulateTabSheets (Delphi)
- ButtonControlChecked (C++)
- PopulateTabSheets (C++)