RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionManager.State Property

Indicates whether the actions in the action list respond when the user triggers a client object.

Pascal
property State: TActionListState;
C++
__property TActionListState State;

Use State to turn an action list on or off. State can have any of the following values:

Value 
Meaning 
asNormal  
Actions perform their normal response when triggered by client objects or hotkeys.  
asSuspended  
The actions in the action list do not respond when client objects tell them to "fire". The Enabled property for all actions in the list is unchanged.  
asSuspendedEnabled  
The actions in the action list do not respond when client objects tell them to "fire". The Enabled property for all actions in the list is set to true. Used for designing ActionBars.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!