Difference between revisions of "TWSocket"

From Overbyte
Jump to navigation Jump to search
Line 1: Line 1:
==Overview==
+
== Overview ==
  
 
*'''unit''' WSocket.pas
 
*'''unit''' WSocket.pas
 
*'''inheritance'''
 
*'''inheritance'''
 +
 +
TWSocket component is implementing the TCP and UDP protocol described in RFC [http://rfc.net/rfcxxx.html xxx] and RFC [http://rfc.net/rfcxxx.html xxx]. It is used in almost every other ICS component.
  
 
== Properties ==
 
== Properties ==
 +
 +
{|
 +
| width="90" valign="top" | [[TWSocket.Name | Name]] |||| Short description
 +
|-
 +
| valign="top" | [[TWSocket.SecondName | SecondName]] ||||
 +
|}
  
 
== Methods ==
 
== Methods ==
 +
 +
{|
 +
| width="90" valign="top" | [[TWSocket.Name | Name]] |||| Short description
 +
|-
 +
| valign="top" | [[TWSocket.Name | Name]] |||| Short description
 +
|}
  
 
== Events ==
 
== Events ==
 +
 +
{|
 +
| width="90" valign="top" | [[TWSocket.Name | Name]] |||| Short description
 +
|-
 +
| valign="top" | [[TWSocket.Name | Name]] |||| Short description
 +
|}
  
 
== How to ==
 
== How to ==
 +
 +
[[TWSocket.HowTo.Title | Title]]

Revision as of 11:29, 19 February 2006

Overview

  • unit WSocket.pas
  • inheritance

TWSocket component is implementing the TCP and UDP protocol described in RFC xxx and RFC xxx. It is used in almost every other ICS component.

Properties

Name Short description
SecondName

Methods

Name Short description
Name Short description

Events

Name Short description
Name Short description

How to

Title