Class TTnDemoForm (unit tndemo1) |
Inherits from
TForm
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);
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
ConnectButton : TButton;
DisconnectButton : TButton;
DisplayMemo : TMemo;
HostEdit : TEdit;
HostLabel : TLabel;
InfoLabel : TLabel;
Panel1 : TPanel;
PortEdit : TEdit;
PortLabel : TLabel;
TnCnx : TTnCnx;
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);
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
ConnectButton : TButton;
DisconnectButton : TButton;
DisplayMemo : TMemo;
HostEdit : TEdit;
HostLabel : TLabel;
InfoLabel : TLabel;
Panel1 : TPanel;
PortEdit : TEdit;
PortLabel : TLabel;
TnCnx : TTnCnx;