Create a new instance of the communication handler.
Source position: simpleipc.pp line 105
public constructor TIPCServerComm.Create( |
AOwner: TSimpleIPCServer |
); virtual; |
AOwner |
|
TSimpleIPCServer instance for which to handle transport. |
Create initializes a new instance of the communication handler. It simply saves the AOwner parameter in the Owner property.
|
TSimpleIPCServer instance for which to handle transport. |