Question:
How can I remove a link from a Display with a tag that has been added via SetTag() function?
Solution:
To do so, you must use SetTag() command again, but this time leave the tag name field empty.
For example: if tag1 was linked to display1 like this: Display1.SetTag(“tag001”), it will be removed like this: Display1.SetTag(“”).