Einzelnen Beitrag anzeigen

Totaler

Registriert seit: 25. Okt 2003
Ort: Freising
6 Beiträge
 
#6

Re: Forms einer Applikation in einem Menu anzeigen

  Alt 20. Dez 2008, 15:34
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
  Mit Zitat antworten Zitat