Hello, perhaps i´m confussed but I have to ask.
Let's say i must initialize, set properties and add to a parent several objects.
Button1, Button2, Button3, Label1, Label2, Label3, Spinner1, etc...
It is possible to do a SUB like
Constructor (objectname, param2, param3, param4,param5)
Which will initialize and add the basic properties of such objects as size, position, color, visible, etc,
and add it to a Parent (a Panel by example)?
Thanks
Let's say i must initialize, set properties and add to a parent several objects.
Button1, Button2, Button3, Label1, Label2, Label3, Spinner1, etc...
It is possible to do a SUB like
Constructor (objectname, param2, param3, param4,param5)
Which will initialize and add the basic properties of such objects as size, position, color, visible, etc,
and add it to a Parent (a Panel by example)?
Thanks