TWSocket.Create

From Overbyte
Revision as of 10:53, 13 September 2006 by Markus.humm (talk | contribs) (first entry)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS component reference -> TWSocket -> Create

Definition

constructor Create(AOwner:TComponent);

Description

Create creates a new unconnected socket with some defaults set. AOwner is where the Socket component lives in, but may also be nil if the socket is created non-visually.

Example

Best practices

How to