[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'LazStringUtils' (#lazutils)

StringListToText

Gets a string with the lines of text from the specified TStrings instance.

Declaration

Source position: lazstringutils.pas line 72

function StringListToText(

  List: TStrings;

  const Delimiter: string;

  IgnoreEmptyLines: Boolean = False

):string;

Arguments

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.

Function result

String with the delimited lines of text from the TStrings instance.


Version 4.0 Generated 2025-05-03 Home