RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TContainedAction.Category Property

Specifies the category under which the action appears in its action list or action manager.

Pascal
property Category: string;
C++
__property AnsiString Category;

Category is the group, or category, to which the action belongs. An action manager or action list displays its actions grouped by category. In addition, action bars associated with an action manager can generate user interface elements that correspond to action categories.  

Action categories group actions by similarities, usually of behavior or functionality. At design-time you can modify or set the Category for an action by selecting the action from the action list or object tree view, and choosing Category in the Object Inspector. 

 

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