Writes escaped text to the output stream
Source position: wformat.pp line 43
public procedure TFormattingWriter.Write( |
const AText: string |
); virtual; |
AText |
|
Text to be escaped and written |
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.
|
Escapes text for the target format |
|
|
Writes raw text directly to the output stream |
|
|
Writes formatted text using Format function |