[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
State for the action: Normal, Suspended or SuspendedEnabled.
Source position: actnlist.pas line 116
public property TCustomActionList.State : TActionListState |
State is a TActionListState property which indicates whether the action list can update and execute TCustomAction instances found in the Actions property. The default value for the property is asNormal, and indicates that the action list is enabled and can update and execute its Actions.
Changing the property to a value other than asSuspended causes each of the Actions to update their Enabled property. When State is set to asNormal, the Update method in each action is also called.
|
Provides indexed access to actions in the list by their ordinal position. |
|
|
Enabled - whether this action is able to be used (default is True). |
|
|
SavedEnabledState - if True, the Enabled state has been saved. |
|
|
Signals an available OnUpdate event handler to update values in the Action. |
|
|
Represents state values for an action list. |
Version 4.0 | Generated 2025-05-03 | Home |