The base two byte character type.
Source position: system.fpd line 27
type WideChar = #$0000..#$FFFF;
This type is the base unit for all two byte character types, like UnicodeString and WideString
UnicodeChar
Unicode string character.