Hallo,
ich kenne den TMS Scripter zwar nicht
aber die mainform hast Du doch
Delphi-Quellcode:
if myObjeckt is tform then
for I := 0 to TForm(myObjeckt).ComponentCount - 1 do
begin
TForm(myObjeckt).Components[i].Parent := TForm(myObjeckt);
....
end;
ich weiß nicht ob Dir das weiterhilft
Gruß hans