Create a new instance of TSimpleIPCServer.
Source position: simpleipc.pp line 205
public constructor TSimpleIPCServer.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the TSimpleIPCServer instance. |
Create instantiates a new instance of the TSimpleIPCServer class. It initializes the data structures needed to handle the server side of the communication.
|
Remove the TSimpleIPCServer instance from memory. |