Properties of the MLDos class
| Property | Description |
|---|---|
| NewLine | Gets the string for a line break defined for a specific environment. |
| NewLineLF | Returns LineFeed as a string ("\n" - $0A). |
| NewLineCRLF | Returns CarriageReturn / LineFeed (CRLF) as a string ("\r\n" - $0D $0A). |