Vcl.Dialogs.TTaskDialogBaseButtonItem.Enabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default True;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialogBaseButtonItem

Beschreibung

Gibt an, ob die Schaltfläche aktiviert ist.

Enabled ist True, wenn die Schaltfläche aktiviert ist.