Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



Setting a Unicode text as form caption
First of all, in the form declaration, change the class TForm your form inherits from to TTntForm, ie:
TMyForm = class(TForm) // change to: TMyForm = class(TTntForm)
and make sure that in your system display settings, the Window caption font is a full unicode supporting font.