CEdit::CEdit

Constructs a CEdit object.

CEdit( );

Remarks

Use Create to construct the Windows edit control.

Example

// Declare a local CEdit object.
CEdit myEdit;

// Declare a dynamic CEdit object.
CEdit* pmyEdit = new CEdit;

Requirements

Header: afxwin.h

See Also

Reference

CEdit Class

Hierarchy Chart

CEdit::Create