Internet Direct (Indy) Version 9.0.2 Beta
TIdRexecServer.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create is the constructor for the object instance, and relies on the inherited Create method to initialize the object instance. Create assigns the value Id_PORT_exec to the DefaultPort, as is the accepted practice for the RExec protocol.

Create sets the value in ForcePortsInRange to False, since the RExec protocol does not require that port numbers for client connections reside in a specific range.