method Links.Remove (ID as Variant)
Removes a specific member from the Links collection, giving its identifier or reference.

TypeDescription
ID as Variant A Long, String or Numeric expression that specifies the identifier of the link to be removed, or a reference to the Link object to e removed.
The Remove method removes a specific link from the Links collection. Use the Clear method to remove all links from the surface. The IncomingLinks property returns a safe array of incoming links ( links that ends on the element ). The OutgoingLinks property returns a safe array of outgoing links ( links that starts from the element ). The RemoveLink event notifies your application once a link has been removed from the Links collection. The Visible property shows or hides a specific link.