CView::GetDocument

Call this member function to retrieve a pointer to the view's document. This allows you to call the document's member functions.

Syntax

CDocument* GetDocument( ) const;

At a Glance

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

See Also

CView Overview, CView Member Functions, View Classes, CDocument