Skip to main content

TdxNavBarGroup.RemoveLinks(TdxNavBarItem) Method

Removes the links corresponding to the specified item.

Declaration

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