Converts CR or LF characters in a string to the specified delimiter character.
Source position: lazstringutils.pas line 52
function LineBreaksToDelimiter( |
const s: string; |
Delimiter: char |
):string; |
s |
|
String with values converted in the routine. |
Delimiter |
|
Delimiter character used in place of CR, LF characters. |
Value after converting CR, LF to the delimiter character
| Version 4.4 | Generated 2025-11-08 | Home |