Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.39 KB

document-view-creation.md

File metadata and controls

26 lines (21 loc) · 1.39 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Document/View Creation
Document-View Creation
11/04/2016
documents [MFC], creating
views [MFC], and frame windows
views [MFC], creating
tables [MFC]
MFC, views
document/view architecture [MFC], creating document/view
object creators
MFC, documents
tables [MFC], objects each MFC object creates
bda14f41-ed50-439d-af9e-591174e7dd64

Document/View Creation

The framework supplies implementations of the New and Open commands (among others) on the File menu. Creation of a new document and its associated view and frame window is a cooperative effort among the application object, a document template, the newly created document, and the newly created frame window. The following table summarizes which objects create what.

Object Creators

Creator Creates
Application object Document template
Document template Document
Document template Frame window
Frame window View

See also

Document Templates and the Document/View Creation Process
Document Template Creation
Relationships Among MFC Objects
Creating New Documents, Windows, and Views