[Overview][Constants][Types][Procedures and functions][Index] |
Gets a string with the lines of text from the specified TStrings instance.
Source position: lazstringutils.pas line 72
function StringListToText( |
List: TStrings; |
const Delimiter: string; |
IgnoreEmptyLines: Boolean = False |
):string; |
List |
|
TStrings instance with text values retrieved in the routine. |
Delimiter |
|
End-of-Line sequence used to delimit lines of text in the result value. |
IgnoreEmptyLines |
|
True to omit empty lines in the string list from the return value. |
String with the delimited lines of text from the TStrings instance.
Version 4.0 | Generated 2025-05-03 | Home |