Internet Direct (Indy) Version 9.0.1 Beta
TIdSocketHandle.ClientPortMax
Indicates the minimum port number allowed for binding a socket handle.

property ClientPortMax: Integer;
Description
ClientPortMax is an Integer property that indicates the maximum port number allowed when Bind is called for a socket handle with the value 0 (zero) in Port. ClientPortMax is used in conjunction with ClientPortMin to determine the range of port numbers allowed for the bound socket handle. The value of ClientPortMax should be larger than the value of ClientPortMin.