| Explanation | Format the line feed code and unify it to CR + LF. |
| Call format | var s = StyleEdit1.AppendCR( ) |
| Return value | A string with a formatted line feed code |
| Arguments | None |
| Exception | None |
| Example of use |
StyleEdit1.Value = data;
StyleEdit1.AppendCR();
|
| Related item | |