Hi all,

I know how to pass an object to a form which can be done through the constructor.
What I don't now is how i can return an object used and declared in a form.

For example i have two forms frmA and frmB. In frmB i have a linedit widget and i want to pass these contents to an object and then pass the object to formA. The idea behind it is that I can pass lots of data through an abject (say for example the contents of 20 lineedits through an object).

Can please one write a sample code for that?

Many thanks in advance.