Skip to main content
A newer version of this page is available. .

TdxBarListItem Class

Represents a list of toolbar strings.

Declaration

TdxBarListItem = class(
    TCustomdxBarContainerItem
)

Remarks

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.

See Also