TEdit *Edit1 ; Edit1 = new TEdit(this) ; Edit1->Parent = this ; Edit1->Left = 10 ; Edit1->Top = 10 ; Edit1->Height = 24 ; Edit1->Width = 121 ;