TWSocket.PortNum

From Overbyte
Revision as of 10:08, 12 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 -> PortNum

Definition

property PortNum: integer;

Description

PortNum is the numeric read-only version of the Port property. Usefull to determine the port actually used by the socket.

Example

Best practices

How to