I am making an applcn. wherein the properties of textboxes are changed dynamicaly.I can hard code all the text boxes .Is ther a way I can use a function to avoid this.

I have 5 arrays of textboxes each of whose properties will be set at run time( properties like linkitem) so that I do not have to hard code it for all the forms.
I want to have a function to which I can pass arrays of textboxes as parameters and use it in all the forms.


Thanks