B4J Question AddArrayComponent add component

Hi,

im barely new in this lang and I have a question: is it possble to add more components once
the arraycomponent has been created??

kind of this...


cont1.Cell(1,2).AddArrayComponent(Utils.Simplelbl("object1", "", " ", page), "g1a" )
cont2.Cell(2,2).AddArrayComponent(Utils.Simplelbl("object2", "", " ", page), "g1" )
cont3.Cell(3,2).AddArrayComponent(Utils.Simplelbl("object3", "", " ", page), "g1" )

no pushing but is kind of urgent!!!!
 
Top