[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A string consisting of widechars.
Source position: system.fpd line 28
type UnicodeString = UnicodeString; |
UnicodeString is a string of WideChars. The main difference with WideString is that unicodestring is reference counted, and WideString is not reference counted on Windows.