Unit 'wformat' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TFormattingWriter.DumpLn

Writes raw text followed by line ending to the output stream

Declaration

Source position: wformat.pp line 41

public procedure TFormattingWriter.DumpLn(

  const AText: string

);

Arguments

AText

  

Raw text to write to stream

Description

Writes text directly to the output stream followed by a line ending without any escaping or formatting. This is used for writing format-specific markup or pre-escaped text that should end with a new line.

See also

TFormattingWriter.Dump

  

Writes raw text directly to the output stream

LineFeed

  

Platform-specific line ending constant


Documentation generated on: Jan 16 2026