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



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

ILComponent

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

Interface which specifies basic network component

Declaration

Source position: lnet.pp line 184

type ILComponent = interface

  procedure Disconnect;

  

  procedure CallAction;

  

Method to eventize the component

  property SocketClass: TLSocketClass;

  

Specifies the socket class type for given component

  property Host: String;

  

Specifies the host to connect to

  property Port: Word;

  

Specifies the port to connect to

end;

Inheritance

ILComponent

  

Interface which specifies basic network component

Description

This interface is used as the bare minimum specification of any network component. It contains the absolute minimum methods and properties any connection/protocol should contain.

Notes

 No notes exist for this page yet. 





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