TdxNavBarGroup.RemoveLink(TdxNavBarItemLink) Method
In This Article
Removes the link specified by its index from a group.
#Declaration
Delphi
procedure RemoveLink(ALink: TdxNavBarItemLink); overload;
#Parameters
Name | Type |
---|---|
ALink | Tdx |
#Remarks
Use the RemoveLink method to delete a link from a group. The deleted link is specified by its index passed as an AIndex parameter. Group links are zero-based indexed.
See Also