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.
Inheritance
See Also