Friday, March 26, 2010

Array of Components

Is it possible to create an array of components so they can
be referenced by using arrComp[0].text = ''something'' if arrComp was
an array of TextInput components?



ThanksArray of Components
yes: add the component instance names to your array.

No comments:

Post a Comment