Skip to main content

TdxNavBarItem.RemoveAllLinks Method

Deletes all links corresponding to this item.

Declaration

procedure RemoveAllLinks;

Remarks

You can create a number of links using the settings from a single item. There is no restriction on such links – you can place them in different groups or to the same group. Please refer to the Linking Groups and Items topic for details.

The RemoveAllLinks method scans all the groups and deletes the links that use the caller item’s settings. If you need to remove all the links corresponding to an item and residing within a particular group, use the group’s RemoveLinks method.

See Also