Table of Contents
    Home / Definitions / Multiple Document Interface

    Multiple Document Interface (MDI) is a Windows API 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).

    Was this Article helpful? Yes No
    Thank you for your feedback. 0% 0%