Skip to content

TStrings.TextLineBreakStyle

Determines which line breaks to use in the Text property

Declaration

Source position: classesh.inc line 789

public Property
  TextLineBreakStyle : TTextLineBreakStyle;

Description

TextLineBreakStyle determines which linebreak style is used when constructing the Text property: the same rules are used as in the writing to text files:

tlbsLF
Lines are separated with a linefeed character #10.
tlbsCRLF
Lines are separated with a carriage-return/linefeed character pair: #13#10.
tlbsCR
Lines are separated with a carriage-return character #13.

It has no effect when setting the text property.

See also

Name Description
Text Contents of the list as one big string.
TTextLineBreakStyle Text line break style. (end of line character)