Icon LineSeparator Property

property LineSeparator: String

Available In: Client and Server Applications

Specifies the character, or characters, to use to separate multiple strings into the list of strings when assigning a string value to the Text property. These characters are also used to format a string when reading the Text property. The default value for this property is the carriage return (0x0D) character and linefeed (0x0A) character.

Information In the JavaScript runtime environment, the linefeed character is sufficient to express a line break, so controls like the TMultiLineEdit component use a LineSeparator of just a linefeed character for its Lines property.
Image