Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS Unicode Component Pack
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)
(add unit TntForms when necessary)

and make sure that in your system display settings, the Window caption font is a full unicode supporting font.