Create IPC server instance
Source position: advancedipc.pp line 143
public constructor TIPCServer.Create( |
aOwner: TComponent |
); override; |
aOwner |
|
Component owner |
The Create constructor initializes a new IPC server instance. The server is not active until StartServer is called.
|
Start the IPC server |