Converts the content in a TStrings instance to a string value.
Source position: lazstringutils.pas line 77
function StringListToString( |
List: TStrings; |
FromIndex: Integer; |
ToIndex: Integer; |
IgnoreEmptyLines: Boolean = False |
):string; |
List |
|
TStrings instance examined in the method. |
FromIndex |
|
First line included in the string value. |
ToIndex |
|
Last line included in the string value. |
IgnoreEmptyLines |
|
Indicates if empty lines are excluded from the result. |
String representing the contents of the TStrings instance.
Adds a LF (#10) character to the end of text lines in the string list. Quotes each string value which ends with a LF character using surrounding Quote (') characters.
| Version 4.4 | Generated 2025-11-08 | Home |