On Tue, 11 May 2010, Vincent Snijders wrote:
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.
Correct.
Michael.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal