Question:
On a screen, how can I set up a display according to the object being clicked (for example, tag1 when object1 is clicked, tag2 for object2, and so on)?
Solution:
To do so, you must use SetTag() function.
NOTE: Attached to this article is a demo application that illustrates how this function is used.