Hi marabu,
ich hab's mit RemoveControl und InsertControl probiert. Gleicher Fehler wie oben beschrieben.
Delphi-Quellcode:
TWinControl(Compo.Owner).RemoveControl(Compo);
TWinControl(PopupMenu2.PopupComponent).InsertControl(Compo);
Compo.Parent := TWinControl(PopupMenu2.PopupComponent);
Gruß oki