Difference between revisions of "TWSocket.PortNum"

From Overbyte
Jump to navigation Jump to search
(first entry)
 
(No difference)

Latest revision as of 10:08, 12 September 2006

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