Vcl.StdCtrls.TButtonControl.Checked

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButtonControl

Beschreibung

Gibt an, ob die Schaltfläche markiert ist.

Mit Checked stellen Sie fest, ob eine Schaltfläche markiert ist.

Siehe auch

Codebeispiele