TdxBarItemLinks.HasItem(TdxBarItem) Method
In This Article
Determines whether the specified item belongs to a given TdxBarItemLinks object.
#Declaration
Delphi
function HasItem(AItem: TdxBarItem): Boolean;
#Parameters
Name | Type |
---|---|
AItem | Tdx |
#Returns
Type |
---|
Boolean |
#Remarks
This function is obsolete and used for compatibility purposes. Use the IsReferencedBy function instead.
See Also