System.Actions.TContainedAction.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 public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Beschreibung

Gibt den Aktivierungsstatus der Aktion an.

Der Wert von Enabled wird an Clients der Aktion weitergegeben.

Siehe auch