System.Actions.TContainedAction.SavedEnabledState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SavedEnabledState: Boolean read FSavedEnabledState write FSavedEnabledState;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Stores the value of the Enabled property when the action is suspended.

The System.Actions.TContainedActionList.SetState method uses SavedEnabledState internally:

See Also