TdxNavBarComponentCollection.Owner Property
Returns the collection’s owner.
Declaration
property Owner: TComponent read;
Property Value
Type |
---|
TComponent |
Remarks
Use the Owner property to obtain a reference to the object that owns a specific collection. Typically, such a collection owner is a NavBar control (the TdxNavBar object).
See Also