Page 1 of 1

Form Captions - Japanese

Posted: Sun Nov 04, 2007 11:38 pm
by Angus
Hi,
Do you have a recomendation on how to get the Forms Caption to display japanese characters. I've converted all components to unicode (tnt), but there is nothing for the actual form in this toolbox for the form itself. At the moment, my form caption comes out as garbage.
Thanks, angus.

Posted: Tue Nov 06, 2007 4:44 am
by isiticov
Hi,
Just change manually in your unit's source:
TMyForm = class(TForm)
to
TMyForm = class(TTntForm)

:)