System.Actions.TContainedAction.Category

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Category: string read FCategory write SetCategory;

C++

__property System::UnicodeString Category = {read=FCategory, write=SetCategory};

Properties

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

Description

Group or category where the action belongs.

IDE editors for actions group together actions that share the same category. In the VCL, if you are using an action manager, you can generate user interface elements that correspond to action categories.

Action categories group actions by similarities, usually of behavior or functionality. Standard categories are Edit, Format, Help, Windows, and others. 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.

See Also