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

TFormattingWriter.WriteFmt

Writes formatted text using Format function

Declaration

Source position: wformat.pp line 44

public procedure TFormattingWriter.WriteFmt(

  const Fmt: string;

  Args: array of Const

);

Arguments

Fmt

  

Format string for text formatting

Args

  

Arguments for format string

Description

Formats the text using the Format function and writes the result through Write. This provides a convenient way to write formatted text with proper escaping.

See also

TFormattingWriter.Write

  

Writes escaped text to the output stream


Documentation generated on: Jan 16 2026