Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TUnicodeStringBuilder.AppendLine

Append a string followed by a newline.

Declaration

Source position: syssbh.inc line 66

public function TUnicodeStringBuilder.AppendLine: TUnicodeStringBuilder;

function TUnicodeStringBuilder.AppendLine(

  const AValue: RawByteString

):TUnicodeStringBuilder;

Description

AppendLine will append aValue (if it is specified) and appends the OS linebreak character (sLineBreak).

See also

TUnicodeStringBuilder.AppendFormat

  

Append the result of a Format.

TUnicodeStringBuilder.Append

  

Append data in string form to the buffer.

#rtl.system.sLineBreak

  

Alias for LineEnding.

Remove

  

Remove data from the string.

Insert

  

Insert data in string form into the buffer at a given position.


Documentation generated on: Jul 24 2023