Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All of the objects that will be found are unused. After you do this, select the object that you want to remove and click on “Remove”. To remove more than one object, you can select multiple objects at once.


When does it Workswork?

When Its works when there is an object that is not in use. It can be either a Tagtag, a Devicedevice, or even a Report report page that is not being used.

...

It does not work if the desired object is being used, either by something on the screen , or by a line of code or script.

 

This Does this functionality identifies identify the Tags tags being passed as a reference by the .Link property?

No, it is very important to pay attention to the Tags tags that are being passed by the Link property. Our software warns you that it is highly not recommended to delete something in this situation, since you do not have to cannot undo the changes. (see previous image)

...

No, just like the “.Link” reference described before, the expression TK.GetObjectValue needs extra attention, because even if the . Even if an object is in use, it will appear as if it were not in use. It This is why we always recommend using the <Object>.GetName() method and not the “Object Name” as a typed text.

...