Skip to main content

TdxNavBarComponentCollectionItem.Collection Property

Provides access to the collection to which the current item belongs.

Declaration

property Collection: TdxNavBarComponentCollection read; write;

Property Value

Type
TdxNavBarComponentCollection

Remarks

Item objects derived from the TdxNavBarComponentCollectionItem class are contained in collection objects, which are TdxNavBarComponentCollection descendants. Each item belongs to the collection, which creates it. Collections can add new items by using their Add methods. You can use the Collection property of an item to access the collection object to which the item belongs.

See Also