var t1,t2:integer; begin showform; t1:=formaddstring('text1'+chr(10)); t2:=formaddstring('text2'); delay(20000); end.