Creating a Class with multiple controls??

Hi,

I am trying to learn how to create classes with Xojo. I can create a class with a single control like a listbox. But I was wondering if it was possible to create a class using multiple controls?

For instance, I would like to take a GroupBox and add TextFields and Labels and then save it all as a Class that I can use in my app. Is that possible?

If so, can someone steer me to some good documentation on how to accomplish this.

Any help would be greatly appreciated.

Thank you.

Jim

You want to use a ContainerControl.

Thanks Lukas,

I will check it out. I appreciate the help.

Jim

If you missed my ContainerControl webinar, the recording (with example projects) is available here: http://documentation.xojo.com/index.php/Videos#Webinars

And I’ve got about 90 minutes of training videos for subscribers at http://www.bkeeney.com/XojoTraining/xojotraining.cgi that use the Container Controls.