| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
Compresses multi-line text into a single line.
Source position: lclproc.pas line 293
function TextToSingleLine( |
const AText: string |
):string; |
Ensures the covenient look of multiline string
when displaying it in the single line
* Replaces CR and LF with spaces
* Removes duplicate spaces
| lazarus-ccr.sourceforge.net |