Vcl.ActnMan.TActionManager.LinkedActionLists
Delphi
property LinkedActionLists;
C++
__property LinkedActionLists;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TActionManager |
Description
Contains a collection of action lists available from action bands and menus.
Vcl.ActnMan.TActionManager.LinkedActionLists inherits from Vcl.ActnMan.TCustomActionManager.LinkedActionLists. All content below this line refers to Vcl.ActnMan.TCustomActionManager.LinkedActionLists.
Contains a collection of action lists available from action bands and menus.
LinkedActionLists is a linked list of TActionListCollection objects. LinkedActionLists are simple data structures with two fields. One field is a TCustomActionList object, which is a list of possible actions. The other field is a caption, which defines the action list's description appearing on the action band or menu.
Use LinkedActionLists to merge in action lists from other sources outside the action manager. Those action lists will become accessible from action bands and menus. Application users can exploit this feature, for example, to reorganize items from a traditional main menu bar.