TdxNavBarGroup.RemoveLink(TdxNavBarItemLink) Method
Removes the link specified by its index from a group.
Declaration
procedure RemoveLink(ALink: TdxNavBarItemLink); overload;
Parameters
Name | Type |
---|---|
ALink | TdxNavBarItemLink |
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