[fpc-devel] Is tkWString deprecated?
Florian Klaempfl
florian at freepascal.org
Tue Sep 15 15:48:12 CEST 2009
Graeme Geldenhuys schrieb:
> Hi,
>
> Continuing with the RTTI return types for various property types. In FPC
> 2.2.5, WideString properties were returned as tkWString types. Now with
> FPC 2.3.1, those are returned as tkUString.
>
> Does that mean tkWString is now deprecated? In that case, why is it not
> removed from the enum list?
>
> If tkWString is not deprecated, when will WideString properties be
> returned as tkWString? What conditions must be met?
>
Using the WideString type on Windows. On Non-Windows WideString =
UnicodeString.
More information about the fpc-devel
mailing list