TdxBarItemLinks.IsReferencedBy(IdxBarLinksOwner) Method
In This Article
Returns True when the specified ALinksOwner contains the current TdxBarItemLinks collection, or references at least one item within this collection.
#Declaration
Delphi
function IsReferencedBy(const ALinksOwner: IdxBarLinksOwner): Boolean;
#Parameters
Name | Type |
---|---|
ALinks |
Idx |
#Returns
Type |
---|
Boolean |
#Remarks
An object passed as the ALinksOwner
parameter specifies an item links container, such as a toolbar/menu, popup menu, a button with a dropdown menu, etc.
See Also