TdxBarItemLink.Owner Property
In This Article
Specifies the collection that contains the current item link.
#Declaration
Delphi
property Owner: TdxBarItemLinks read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Owner property to access the TdxBarItemLinks object that contains the current item link.
To access the owner of an item link’s collection – which can be a toolbar, a popup menu or a subitem menu – use the Owner property of the collection.
See Also
TdxBarItemLink.Owner