help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes] Reference for unit 'lNet' (#LNet)

TLComponent

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

Basic abstraction of network connections.

Declaration

Source position: lnet.pp line 218

type TLComponent = class(TComponent)

protected

  FHost: String;

  FPort: Word;

  FCreator: TLComponent;

public

  constructor Create(); override;

  

Standard constructor for the component class

  procedure Disconnect; virtual; abstract;

  

Disconnects connection

  procedure CallAction; virtual; abstract;

  

Eventizes the component

  SocketClass: TLSocketClass;

  

The socket class of the component

  property Host: String; [rw]

  

Specifies the host to act on

  property Port: Word; [rw]

  

Specifies the port to act on

  property Creator: TLComponent; [rw]

  

Creator of the component

end;

Inheritance

TLComponent

  

Basic abstraction of network connections.

|

TComponent

?

TObject

Description

This is a basic abstract class providing interface for all network connections. It must not be instantiated.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505