Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarGroup.RemoveLinks(TdxNavBarItem) Method

Removes the links corresponding to the specified item.

#Declaration

Delphi
procedure RemoveLinks(AItem: TdxNavBarItem);

#Parameters

Name Type
AItem TdxNavBarItem

#Remarks

The RemoveLinks method scans the links owned by the group and removes those that correspond to the specified item (specified by the AItem parameter).

Please refer to the Linking Groups and Items topic for details on creating links.

See Also