Disable all textbox at once

I have 30 textbox in my project. I want to create a procedure to disable and change the text color. Would it be possible to do this all at once instead of doing 1 for each?
I thought about using Any Component but I don’t know how to do that.
can you help me?

image

put all the text box component in a global listthen use
for each item in the list event

image

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