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

TdxBarContainerItem Class

A bar item that contains programmatically added links to other bar items.

Declaration

TdxBarContainerItem = class(
    TCustomdxBarContainerItem
)

Remarks

This class represents the item in which the programmer may specify links to other items of the TdxBarManager. By populating the ItemLinks property with appropriate values, you can create a structure that resembles Favorites in Microsoft Internet Explorer. The ItemLinks property can be updated at any moment in time, however, it can be easier to perform this action in the OnGetData event handler.

See Also