CDocument

The CDocument class provides the basic functionality for user-defined document classes. A document represents a unit of data that a user typically opens with the File Open command and saves with the File Save command.

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

MFC for Windows CE currently does not support the OnFileSendMail and OnUpdateFileSendMail member functions of the CDocument class.

See Also

CDocument Member Functions, Application Architecture Classes, CCmdTarget, CView, CDocTemplate