CEdit::FmtLines

Call this member function to set the inclusion of soft line-break characters in a multiple-line edit control to on or off. A soft line break consists of two carriage returns and a linefeed inserted at the end of a line that is broken because of word wrapping. A hard line break consists of one carriage return and a linefeed. Lines that end with a hard line break are not affected by FmtLines.

Syntax

BOOL FmtLines( BOOL bAddEOL );

At a Glance

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

See Also

CEdit Overview, CEdit Member Functions, Control Classes, CEdit::GetHandle, CWnd::GetWindowText