System.Actions.TContainedAction.SavedEnabledState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SavedEnabledState: Boolean read FSavedEnabledState write FSavedEnabledState;

C++

__property bool SavedEnabledState = {read=FSavedEnabledState, write=FSavedEnabledState, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Beschreibung

Speichert den Wert der Eigenschaft Enabled, wenn die Aktion unterbrochen wird.

Die Methode System.Actions.TContainedActionList.SetState verwendet SavedEnabledState intern.

Siehe auch