WinMessage Channel

This channel (Delphi only) provides communication by sending Windows Messages between the client and the server application.

While providing an easy way for Inter Process Communication on a single computer, Windows Messages have several limitations - they cannot be used to communicate servers running as Windows Services, and they rely on a Windows Message Loop being active in both client and server. Please refer to MSDN for more details on these concepts.

Client Channel Components

Server Channel Components