[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Create a new instance of the TIPCClientComm
Source position: simpleipc.pp line 127
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 communitation. It can be retrieved later using the Owner property.
|
TSimpleIPCClient instance for which communication must be handled. |
|
|
Simple IPC client component |