Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Popupmenu in ein anderes Popupmenü kopieren (https://www.delphipraxis.net/67348-popupmenu-ein-anderes-popupmenue-kopieren.html)

backdraft 13. Apr 2006 11:51


Popupmenu in ein anderes Popupmenü kopieren
 
Hallo zusammen,

was mache ich hier falsch

Delphi-Quellcode:
   FOR i := 0 TO FPopupMenu.Items.Count - 1 DO begin
     FMyPopupMenu.Items.Add(FPopupMenu.Items[i]);
   end;
Delphi-Quellcode:
FMyPopMenu.Items.Assign(FPopupMenu.Items)
geht auch nicht!

Oliver

s-off 13. Apr 2006 13:35

Re: Popupmenu in ein anderes Popupmenü kopieren
 
Hallo,

guckst Du hier -> http://www.delphipraxis.net/internal...ct.php?t=35479

backdraft 13. Apr 2006 13:48

Re: Popupmenu in ein anderes Popupmenü kopieren
 
ok, klappt, danke. also muss man doch alles kopieren und duplizieren :-( hauptsache klappt...


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:02 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz