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

TAnsiStringBuilder.AppendLine

Append a string followed by a newline.

Declaration

Source position: syssbh.inc line 66

public function TAnsiStringBuilder.AppendLine: TAnsiStringBuilder;

function TAnsiStringBuilder.AppendLine(

  const AValue: RawByteString

):TAnsiStringBuilder;

Description

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

See also

TAnsiStringBuilder.AppendFormat

  

Append the result of a Format.

TAnsiStringBuilder.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