Unicode

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Unicode

Library supports unicode for non-unicode Delphi versions (5 - 2007).

To enable unicode support, uncomment {$DEFINE WIDE} directive in htmlinc.inc file and install TNTUnicode package.

 

In WIDE mode hstring is mapped to WideString and hchar is mapped to widechar type.