| [Overview][Constants][Types][Procedures and functions][Index] |
Converts a multi-line string to a single line of text.
Source position: lazstringutils.pas line 95
function TextToSingleLine( |
const AText: string |
):string; |
AText |
|
Text values examined and converted in the routine. |
Text after removing end-of-line characters and duplicate spaces.
Replaces CR and LF characters in AText with Space characters. Duplicate Space characters in the return value are converted to a single Space character.