TdxNavBarItemLink Class
In This Article
A link between a group and an item.
#Declaration
Delphi
TdxNavBarItemLink = class(
TCollectionItem,
IInterface,
IdxAdornerTargetElement
)
#Remarks
In order to display the contents of an item within a group, one must create a link between the group and the item. Each group stores its internal collection of links. An individual link can be accessed by its index via the Links property of a group.
The item and the group linked by this object can be obtained via the Group and Item properties.
#Inheritance
TObject
TPersistent
TCollectionItem
TdxNavBarItemLink
See Also