Internet Direct (Indy) Version 9.0.1 Beta
TIdTCPClient.BoundPortMax
Indicates the highest port number for the local connection when using default port assignment.

property BoundPortMax: Integer;
Description
BoundPortMax is an Integer property that specifies the highest local port number to be used for the client connection when using default port assignment. BoundPortMax is used in Connect to indicate the upper range for BoundPort in the IOHandlerSocket.ConnectClient method. Use BoundPortMin to indicate the lower range of port numbers available for selection when BoundPort contains the default value BoundPortDefault.