Word
Description
MDI
(Multiple Document Interface) a Windows interface program allowing programmers
to write applications with many windows, with each application
having a main window and a varying number of child windows. The child
windows are shown inside of the main window. MDI is rapidly being replaced
by a newer application program interface (API) called Single Interface Document
(SDI).