Hello folks,   i am playing with runtime-created components ...but the create-performance is very slow ..   What can i do to optimize the following codelines ?   Thanx for helping :-) Erich     procedure TtestFrame(wo_01:TUniPanel); begin // CREATE THE MAIN UNIPANEL my_structure_01:=tuniPanel.Create(self); my_structure_01.Parent:=wo_01; my_structure_01.Left:=0; my_structure_01.Width:=wo_01.Width; my_structure_01.Top:=abstand_01; my_structure_01.Height:=wo_01.Height-my_structure_01