Class TTnDemoForm (unit tndemo1)

Inherits from

TForm

Constructors



Functions

procedure ConnectButtonClick(Sender: TObject);

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

procedure DisconnectButtonClick(Sender: TObject);

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

procedure DisplayMemoKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);

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

procedure DisplayMemoKeyPress(Sender: TObject; var Key: Char);

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

procedure TnCnxDataAvailable(Sender: TTnCnx; Buffer: PChar; Len: Integer);

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

procedure TnCnxSessionClosed(Sender: TTnCnx; Error: Word);

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

procedure TnCnxSessionConnected(Sender: TTnCnx; Error: Word);

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

Properties

Events

Variables

ConnectButton : TButton;


DisconnectButton : TButton;


DisplayMemo : TMemo;


HostEdit : TEdit;


HostLabel : TLabel;


InfoLabel : TLabel;


Panel1 : TPanel;


PortEdit : TEdit;


PortLabel : TLabel;


TnCnx : TTnCnx;



Constructors


Functions


procedure ConnectButtonClick(Sender: TObject);

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


procedure DisconnectButtonClick(Sender: TObject);

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


procedure DisplayMemoKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);

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


procedure DisplayMemoKeyPress(Sender: TObject; var Key: Char);

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


procedure TnCnxDataAvailable(Sender: TTnCnx; Buffer: PChar; Len: Integer);

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


procedure TnCnxSessionClosed(Sender: TTnCnx; Error: Word);

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


procedure TnCnxSessionConnected(Sender: TTnCnx; Error: Word);

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


Properties


Events


Variables


ConnectButton : TButton;


DisconnectButton : TButton;


DisplayMemo : TMemo;


HostEdit : TEdit;


HostLabel : TLabel;


InfoLabel : TLabel;


Panel1 : TPanel;


PortEdit : TEdit;


PortLabel : TLabel;


TnCnx : TTnCnx;