CEdit::FmtLines

This method sets 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.

At a Glance

Header file: Afxwin.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

BOOL FmtLines( BOOL bAddEOL );

See Also

CWnd::GetWindowText