Back to Devexpress

TdxBarListItem Class

vcl-dxbar-9171d777.md

latest2.0 KB
Original Source

TdxBarListItem Class

Represents a list of toolbar strings.

Declaration

delphi
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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarButtonLikeItem TCustomdxBarSubItem TCustomdxBarContainerItem TdxBarListItem

See Also

TdxBarContainerItemControl

TdxBarMRUListItem

How to Create a List of MDI Child Windows

List of Bar Item Types

TdxBarListItem Example

TdxBarListItem.Items Example

TdxBarListItem Members

dxBar Unit