TssSimpleIPC v1.0 is a component for Interprocess Communications (IPC).
Properties
IPCName: String
Specifies the name of IPC. Communications will be valid between the components in different process with same name.
Events
OnTextMsgRecieved
Occured when another component in different process with same name sent some text message.
OnBinMsgRecieved
Occured when another component in different process with same name sent some binary message.
Method
SendTextMessage
Send text message to another process.
SendBinMessage
Send binary message to another process.
http://www.sunisoft.com