home *** CD-ROM | disk | FTP | other *** search
- /* MDI.LOD - These are the necessary classes to
- bring up a series of Actor file windows as an MDI
- application. To start up the FileWindow MDI app the
- following lines of code are necessary:
-
- Joe := new(FileApp);
- init(Joe, nil);
-
- Note: In order to better facilitate sealing off
- this application the DoIt! and Inspect! features
- have been disabled. These can be re-enabled easily
- by modifying the command statement. See the file
- MDISKEL.LOD for more information on creating your
- own MDI application. */
-
- LoadFiles := #(
- "res\mdi.h",
- "classes\mdiclien.cls",
- "classes\mdiframe.cls",
- "classes\mdichild.cls",
- "classes\mdifilew.cls",
- "classes\mdifilef.cls",
- "classes\mdifilea.cls"
- )!!
-