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

TFormattingWriter.Dump

Writes raw text directly to the output stream

Declaration

Source position: wformat.pp line 40

public procedure TFormattingWriter.Dump(

  const AText: string

);

Arguments

AText

  

Raw text to write to stream

Description

Writes text directly to the output stream without any escaping or formatting. This is used for writing format-specific markup or pre-escaped text.

See also

TFormattingWriter.DumpLn

  

Writes raw text followed by line ending to the output stream

TFormattingWriter.Write

  

Writes escaped text to the output stream


Documentation generated on: Jan 16 2026