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

TdxNavBarItemLinks.Items Property

Provides indexed access to collection links.

Declaration

property Items[Index: Integer]: TdxNavBarItemLink read; write; default;

Property Value

Type
TdxNavBarItemLink

Remarks

The Items property is used internally by TdxNavBarGroup objects to access an individual link by its index. The index of the accessed link is specified by the Index parameter. Links are zero-based indexed. If the Index parameter value is negative or exceeds the maximum available index, an exception is raised.

You can gain indexed access to an individual link by using the Links property of a group.

See Also