TdxNavBarGroup.FindLink(TdxNavBarItem) Method
In This Article
Searches the current group for a link to a specified item.
#Declaration
Delphi
function FindLink(AItem: TdxNavBarItem): TdxNavBarItemLink;
#Parameters
Name | Type |
---|---|
AItem | Tdx |
#Returns
Type |
---|
Tdx |
#Remarks
This function returns the first link object whose Item property value equals the AItem parameter value. If no link is found, nil is returned.
See Also