[fpc-pascal] UTF8Decode
Vincent Snijders
vsnijders at vodafonevast.nl
Tue May 11 09:00:36 CEST 2010
Graeme Geldenhuys schreef:
> Luis Fernando Del Aguila Mejía het geskryf:
>> Why WideString is not equal to Unicodestring in Windows?
>
> WideString is reference counted (for Windows COM reasons). UnicodeString is
> pretty much the same as WideString, but not reference counted.
I am pretty sure it is the other way around, UnicodeString is the
unicode version of AnsiString and is thus reference counted. WideString
is the OLEstring compatible string, and is not reference counted.
Vincent
More information about the fpc-pascal
mailing list