Vcl.ActnMan.TActionListCollection.ListItems
Delphi
property ListItems[Index: Integer]: TActionListItem read GetListItem write SetListItem; default;
C++
__property TActionListItem* ListItems[int Index] = {read=GetListItem, write=SetListItem/*, default*/};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TActionListCollection |
Description
A list of action lists and their associated captions.
ListItems is a list of TActionListItem objects, where each contains an action list and the associated caption.