# Access TextField that is a member of a class

**URL:** https://forum.kirupa.com/t/access-textfield-that-is-a-member-of-a-class/284621
**Category:** flash
**Created:** [March 21, 2009, 12:20am UTC](https://forum.kirupa.com/t/access-textfield-that-is-a-member-of-a-class/284621 "2009-03-21T00:20:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bortiquai](https://avatars.discourse-cdn.com/v4/letter/b/c5a1d2/32.png) [@bortiquai](https://forum.kirupa.com/u/bortiquai)
#### Post date: [March 21, 2009, 12:20am UTC](https://forum.kirupa.com/t/access-textfield-that-is-a-member-of-a-class/284621/1 "2009-03-21T00:20:56Z")

</div>

I have created a class, that is simply a group of text fields. In the main app, I create instances of this class, and add them to the main app.

How can i access the textFields that are in the class, to say, change the text, etc…
