Create a new instance of the TIPCClientComm.
Source position: simpleipc.pp line 249
public constructor TIPCClientComm.Create( |
AOwner: TSimpleIPCClient |
); virtual; |
AOwner |
|
TSimpleIPCClient instance for which communication must be handled. |
Create instantiates a new instance of the TIPCClientComm class, and stores the AOwner reference to the TSimpleIPCClient instance for which it will handle communication. It can be retrieved later using the Owner property.
|
TSimpleIPCClient instance for which communication must be handled. |
|
|
Simple IPC client component. |