Component Name in Quick Sequence


Recommended Posts

Hey again,

So in the quick sequence in a symbol component's properties, is there a way to retrieve the "Component Name" and use it in the sequence?? (like is there an existing variable that holds it?)

Since I need to copy 500 of the same component on a page, I'm trying to write a quick sequence (Action) which is the same for all of them, and that I won't have to go to every single one of them to change the code. I could only assign component's names and have it working based on their names.

Thanks!

Link to comment
Share on other sites

No, but you don't need it. The quick sequence runs in the scope of the component itself, so properties variables are actually local. So, if you normally did component.mycomponent.backcolor, you could just use backcolor in the quick sequence to access that component's backcolor property.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.