Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
Multiple Document Interface
Last modified: Thursday, March 13, 2003
Abbreviated MDI, a WindowsAPI that enables programmers to easily create applications with multiple windows. Each MDI application has a single main window, and any number of child windows. All child windows are displayed within the main window.
Although many programmers still use MDI, Microsoft recommends using a newer API called Single Document Interface (SDI).