hi there,
i know the command to Lock Editing in Textboxes that is:

Text1.text.locked = true
I have more than 60 texboxes on a Form, it is bit head-ech to write above said command for each textbox.
Is there any method to lock all the textbox on form with single or 2 line cod?
plz help