Einzelnen Beitrag anzeigen

daywalker9

Registriert seit: 1. Jan 2010
Ort: Leer
594 Beiträge
 
Delphi XE3 Professional
 
#4

Re: Verständnisfrage zu MDI: Kindfenster im Menü eintragen

  Alt 2. Mai 2010, 12:51
Zitat:
MDI parent form Main Menu, again
The Window menu of an MDI application should also include a list of the MDI child windows. As everything in Delphi, this is easy to accomplish. Assume that we have a menu item named ChildList on a MDI form. To add the list of MDI child windows, set:

Form1.WindowMenu := ChildList;
Lars
  Mit Zitat antworten Zitat