[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Basic abstraction of network connections.
Source position: lnet.pp line 218
type TLComponent = class(TComponent) |
||
protected |
||
FHost: String; |
||
FPort: Word; |
||
public |
||
constructor Create(); override; |
|
Standard constructor for the component class |
procedure Disconnect; virtual; abstract; |
|
Disconnects connection |
procedure CallAction; virtual; abstract; |
|
Eventizes the component |
|
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; |
|
Basic abstraction of network connections. |
|
| | ||
TComponent |
||
? | ||
TObject |
This is a basic abstract class providing interface for all network connections. It must not be instantiated.
No notes exist for this page yet.