[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Represents styles used to escape control characters.
Source position: lazutf8.pas line 164
type TEscapeMode = ( |
||
emPascal, |
|
Pascal-style escape characters '#27' |
emHexPascal, |
|
Pascal-style hexadecimal strings '#$1B' |
emHexC, |
|
C-style hexadecimal strings '\0x1B' |
emC, |
|
C-style strings '\e' |
emAsciiControlNames |
|
ASCII-style control names '[ESC]' |
); |
TEscapeMode is an enumerated type with values that determine the output style for escaped characters in Utf8EscapeControlChars.
Version 4.0 | Generated 2025-05-03 | Home |