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