Skip to main content

TdxBarItemLinks.HasItem(TdxBarItem) Method

Deprecated. This procedure exists for backward compatibility only. Call the IsReferencedBy function instead.

Declaration

function HasItem(AItem: TdxBarItem): Boolean;

Parameters

Name Type Description
AItem TdxBarItem

The target bar item.

Returns

Type Description
Boolean

True if the target bar item (AItem) belongs to the current collection; otherwise, False.

See Also