myForm = VCL.Form("MyForm") myForm._ = { left=100, top=100 } myForm.myButton = VCL.Button(myForm, "myButton")