TdxNavBarGroup.ClearLinks Method
Clears the group’s link collection.
Declaration
procedure ClearLinks;
Remarks
Use the ClearLinks method to delete all the links residing within the group. In other words, the method clears the collection returned by the group’s Links property.
See Also