PyCEdit.FmtLines

int = FmtLines(bAddEOL)

Sets the formatting options for the control.

Parameters

bAddEOL : int

Specifies whether soft line-break characters are to be inserted. A value of TRUE inserts the characters; a value of FALSE removes them.

MFC References

CEdit::FmtLines

Return Value

Nonzero if any formatting occurs; otherwise 0.