Unit 'lNetComponents' Package
[Overview][Classes][Index] [#pl_lnet]

TLTCPComponent

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lnetcomponents.pas line 39

type TLTCPComponent = class(TLTcp)

public

  constructor Create(); override;

  

published

  property Host: string;

  

  property Port: Word;

  

  property OnReceive: TLSocketEvent;

  

  property OnError: TLSocketErrorEvent;

  

  property OnDisconnect: TLSocketEvent;

  

  property OnConnect: TLSocketEvent;

  

  property OnAccept: TLSocketEvent;

  

  property OnCanSend: TLSocketEvent;

  

  property Timeout: Integer;

  

  property ReuseAddress: Boolean;

  

  property Session: TLSession;

  

end;

Inheritance

TLTCPComponent

  

|

TLTcp

  

|

TLConnection

  

|

TLComponent,ILDirect,ILServer,ILClient

  

|

TObject,ILComponent



CT Web help

CodeTyphon Studio