Alias for Unicode strings.
Source position: fpjson.pp line 66
type TJSONUnicodeStringType = Unicodestring; |
TJSONUnicodeStringType is an alias used wherever a Unicode (double byte) string is used in the fpJSON code, in particular the TJSONData.AsUnicodeString property.
|
Return the value as a Unicode string. |