Returns the input text unchanged
Source position: wtext.pp line 70
public function TTextWriter.EscapeText( |
AText: string |
):string; override; |
AText |
|
Text to process |
The unmodified input text
Plain text output requires no character escaping.
EscapeText returns the input text without modification.