CRT Documentation: Reference |
[This variable does not have a corresponding DOS variable.]
Determines whether special characters are processed.
BinaryWrite: boolean;
By default this variable is False. While False, special characters are not written and instead processed as you would expect them to be. These characters are #7 (Bell), #8 (Backspace), #10 (Linefeed) and #13 (Carriage Return). When BinaryWrite is True, these characters are written raw to the screen. This variable only affects calls to Write and WriteLn.