CEditView::CEditView
CEditView();
Remarks
Constructs an object of type CEditView. After constructing the object, you must call the CWnd::Create function before the edit control is used. If you derive a class from CEditView and add it to the template using CWinApp::AddDocTemplate, the framework calls both this constructor and the Create function.
CEditView Overview | Class Members | Hierarchy Chart
See Also CWnd::Create, CWinApp::AddDocTemplate