Vcl.ActnMan.TActionClient.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items: TActionClients read GetItems write SetItems  stored IsItemsStored;

C++

__property TActionClients* Items = {read=GetItems, write=SetItems, stored=IsItemsStored};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClient

Description

Specifies the TActionClients object that contains the sub-items of the action client.

If a TActionClientItem is used to represent a category of actions and not just a single action, the Items property is automatically set to the TActionClients object that contains the sub-items by the action manager. An example of this would be when an action category such as the standard actions "Edit" category is placed on a main menu action band. The Items property would contain the standard actions such as TEditCopy, TEditPaste, and TEditCut in a TActionClients object.