Escapes text for the target format
Source position: wformat.pp line 38
public function TFormattingWriter.EscapeText( |
AText: string |
):string; virtual; |
AText |
|
Input text to be escaped |
Text with format-specific characters escaped
Virtual method that escapes special characters in text for the target output format. The base implementation returns the text unchanged. Descendant classes should override this method to escape format-specific characters.
|
Writes escaped text to the output stream |