Can I remove string "EmulVT" from the top line when I drag&drop this
component on the form?
You must write the "Clear Screen" escape sequence at runtime. For example
from the FormCreate event handler:
TnEmulVT1.WriteStr(#27 + '[2J');
And can I use my own settings instead EditOptions method.
Just look into the source code to see how the values entered in the options
form are set into the component.
--
[EMAIL PROTECTED]
http://www.overbyte.be
----- Original Message -----
From: "Artem Antonov" <[EMAIL PROTECTED]>
To: <twsocket@elists.org>
Sent: Friday, July 15, 2005 3:36 PM
Subject: [twsocket] Using TTnEmulVT
Hello!
I use TTnEmulVT, and have some question.
Can I remove string "EmulVT" from the top line when I drag&drop this
component on the form?
In the source file (TNEMULVT.PAS) I didn't find this string.
And can I use my own settings instead EditOptions method. How in this case
this settings should be apply to open terminal window (Repaint method to
use)?
Thanks.
--
Best regards,
Artem Antonov.
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be