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

TFormattingWriter.Write

Writes escaped text to the output stream

Declaration

Source position: wformat.pp line 43

public procedure TFormattingWriter.Write(

  const AText: string

); virtual;

Arguments

AText

  

Text to be escaped and written

Description

Writes text to the output stream after passing it through EscapeText for proper formatting. This is the preferred method for writing user content that needs format-specific escaping.

See also

TFormattingWriter.EscapeText

  

Escapes text for the target format

TFormattingWriter.Dump

  

Writes raw text directly to the output stream

TFormattingWriter.WriteFmt

  

Writes formatted text using Format function


Documentation generated on: Jan 16 2026