Skip to main content

TdxBarItemLinks.IsReferencedBy(IdxBarLinksOwner) Method

Returns True when the specified ALinksOwner contains the current TdxBarItemLinks collection, or references at least one item within this collection.

Declaration

function IsReferencedBy(ALinksOwner: IdxBarLinksOwner): Boolean;

Parameters

Name Type
ALinksOwner IdxBarLinksOwner

Returns

Type
Boolean

Remarks

An object passed as the ALinksOwner parameter represents an item links container, such as a toolbar/menu, popup menu, a button with a dropdown menu, etc.

See Also