Writes formatted text using Format function
Source position: wformat.pp line 44
public procedure TFormattingWriter.WriteFmt( |
const Fmt: string; |
Args: array of Const |
); |
Fmt |
|
Format string for text formatting |
Args |
|
Arguments for format string |
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.
|
Writes escaped text to the output stream |