vcl-dxbar-9171d777.md
Represents a list of toolbar strings.
TdxBarListItem = class(
TCustomdxBarContainerItem
)
The TdxBarListItem items are useful for the display of a numerated list of strings. Examples of numerated lists are lists of recently used files and lists of active windows in MDI applications. When creating numerated lists every text string is prefixed with a number. If the TdxBarListItem is placed on the toolbar, the TdxBarListItem appears as a submenu. If the TdxBarListItem is placed on a submenu, TdxBarListItems is presented as a string list.
TdxBarMRUListItem inherits from TdxBarListItem to represent a list of most recently used (MRU) items on toolbars.
TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarButtonLikeItem TCustomdxBarSubItem TCustomdxBarContainerItem TdxBarListItem
See Also