Using Any Component to change String value

Guys, I’m using an extension: extBoxTools Extension by Ken, by the way, it’s great, but as I have many textboxes I would like to create a procedure that changes all textboxes.
For a TextBox I initialize it like this:

TextBox component and the input type where the first letter will be capitalized. In the case of many textboxes I created a list type variable. I created a procedure using the for each list and called the Any TextBoxTools extension through the Any Component. Turns out I don’t know if this is correct. Someone help me?

1 Like

Your global variable lista must be a list of your textbox components… then use the default SetTextboxType method from the extension

Taifun

1 Like

It worked out. Another thing in the list variable I had to put the object and not the text.
Thank you very much!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.