CEditView::CEditView

This constructor constructs an CEditView object. After constructing the object, you must call the CWnd::Create method 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 method.

At a Glance

Header file: Afxext.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CEditView( );

See Also

CWnd::Create, CWinApp::AddDocTemplate