Unit TnEmulvt

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Program: TNEMULVT.PAS Object: Delphi component combining both TnCnx and EmulVT components. Hence it does ANSI emulation using TCP/IP telnet protocol. Author: François PIETTE EMail: francois.piette@ping.be http://www.rtfm.be/fpiette francois.piette@f2202.n293.z2.fidonet.org 2:293/2202@fidonet.org, BBS +32-4-3651395 Support: Please ask your question in the following newsgroup: news://forums.borland.com/borland.public.delphi.vcl.components.using Creation: May, 1996 Version: 2.05 Legal issues: Copyright (C) 1997 by François PIETTE This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented, you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Updates: Jul 22, 1997 Revised Connect method to be callable from FormCreate event Adapted to Delphi 3 Sep 05, 1997 TnCnx made public, Minor change to method visibility Added OnTermType and OnDataAvailable events. Sep 23, 1997 V202. Added local echo support (incomplete because we should ask the remote host not to echo characters. Will implement later) Added TnEmultVTVersion Sep 24, 1997 V2.03 Complete local echo support. Sep 25, 1997 V2.04 Port to C++Builder Feb 19, 1998 V2.05 Replaced private section by protected. Added TriggerDataAvailable virtual function. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Classes

TTnEmulVT -

Functions

Register - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Types

TTnEmulVTDataAvailable

Constants

TnEmultVTVersion

Variables


Functions


procedure Register;

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Types


TTnEmulVTDataAvailable = procedure (Sender  : TObject;
                                      Buffer  : PChar;
                                      var Len : Integer) of object

Constants

TnEmultVTVersion = 205


Variables