[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Remove the TSimpleIPCServer instance from memory
Source position: simpleipc.pp line 105
public destructor TSimpleIPCServer.Destroy; override; |
Destroy stops the server, cleans up the internal data structures maintained by TSimpleIPCServer and then calls the inherited Destroy, which will remove the instance from memory.
Never call Destroy directly, use the Free method instead or the FreeAndNil procedure in SysUtils.
|
Create a new instance of TSimpleIPCServer |