TTMSMCPNamedPipeTransport.ProcessMessages Method
Does nothing on this channel.
API unit family: TMS.MCP.Transport.NamedPipe
Declaring type: TTMSMCPNamedPipeTransport
Syntax
procedure ProcessMessages; override;
Remarks
The pipe server raises its own callbacks as messages arrive, so there is no pending work for a caller to pump. Calling this in a loop will not deliver messages and only burns the thread; use TTMSMCPNamedPipeTransport.Run, or simply start the channel and let the application's own message loop continue.