Vcl.StdCtrls.TCustomCheckBox.State

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property State: TCheckBoxState read FState write SetState default cbUnchecked;

C++

__property TCheckBoxState State = {read=FState, write=SetState, default=0};

Eigenschaften

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

Beschreibung

Gibt an, ob das Kontrollfeld markiert, nicht markiert oder grau dargestellt ist.

Mit State legen Sie fest, ob das Kontrollfeld markiert (cbChecked), nicht markiert (cbUnchecked) oder grau (cbGrayed) dargestellt werden soll.

Siehe auch

Codebeispiele