Thema: Delphi TMS TAdvMainMenu

Einzelnen Beitrag anzeigen

arnof

Registriert seit: 25. Apr 2013
1.254 Beiträge
 
Delphi 10.1 Berlin Enterprise
 
#2

AW: TMS TAdvMainMenu

  Alt 21. Mär 2014, 15:42
Delphi-Quellcode:
   if menu.Items.count>0 then begin
    MenuI:=menu.Items[0]; // Hauptmenu
    TB_Menue.Caption:=MenuI.Caption;
    //
    if menu.Items[0].Count>0 then begin
     // Menüpunkte
     for i:=0 to menu.Items[0].Count-1 do begin
      Menu.Items[i]
....

     end;
    end;
   end;
  end;
  //
  Mit Zitat antworten Zitat