I built a form having rows, where there is item numbers for each row such as 1 / 2 / 3 ... I use following to add a new instance: form1.Button.Button1::click - (FormCalc, client)Table1._Row1.addInstance(); I use following to delete the last instance: form1.Button.Button2::click - (FormCalc, client)v...