Constructs a CEdit object.
CEdit( );
Use Create to construct the Windows edit control.
// Declare a local CEdit object. CEdit myEdit; // Declare a dynamic CEdit object. CEdit* pmyEdit = new CEdit;
Header: afxwin.h