Setting Multithread doesn't create any thread. It just tells the component
it works within a secondary thread and change the way it handle message
retrieval. Never set MultiThread property to true when you don't really use
the component within a thread.
--
[EMAIL PROTECTED]
http://www.overbyte.b
> I have question about TXlatTables.
> As I understand it's ISO-8859 coding pages.
> But why they are two: ibm_iso8859_1_G0 and ibm_iso8859_1_G1 ?
>
> In the "procedure TScreen.WriteChar(Ch : Char);" these tables are
> invoked on Shift key press?
>
> If anybody can please give me a hint how they ar
Hello!
I have question about TXlatTables.
As I understand it's ISO-8859 coding pages.
But why they are two: ibm_iso8859_1_G0 and ibm_iso8859_1_G1 ?
In the "procedure TScreen.WriteChar(Ch : Char);" these tables are
invoked on Shift key press?
If anybody can please give me a hint how they are wor