G
Guest
Hi
I have 2 classes, layout1 and layout2, both return different table layouts
In my controlling program I create one of these tables using
Table myTable = new layout1
I need to parameterise the 'layout1' part of this statement, so I can choose a different layout at runtime. Is this possible or is there a better way of doing this
Thank
Kieran
I have 2 classes, layout1 and layout2, both return different table layouts
In my controlling program I create one of these tables using
Table myTable = new layout1
I need to parameterise the 'layout1' part of this statement, so I can choose a different layout at runtime. Is this possible or is there a better way of doing this
Thank
Kieran