[Overview][Constants][Types][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |