var Ed: TEdit; begin Ed:= TEdit.Create(SQLEditor); Ed.Parent:= SQLEditor; Ed.Left:=100; Ed.Height:=30; Ed.Width:=100; Ed.Top:=100;