Skip to main content

TCustomdxBarSubItem Class

The base class for items that have links to other bar items.

Declaration

TCustomdxBarSubItem = class(
    TdxBarButtonLikeItem,
    IdxBarLinksOwner,
    IdxBarSubMenuOwner
)

Remarks

TCustomdxBarSubItem is the ancestor for all subitem types. Subitems are objects that contain links to other items from the TdxBarManager list. Each subitem is visually represented either by an item control with a submenu or by a set of item controls, specified by the item links. The descendants of this class are TdxBarSubItem and TCustomdxBarContainerItem.

See Also