TTMSMCPNamedPipeTransport.Connected Property
Reports whether the pipe is up and a client is attached. Read-only.
API unit family: TMS.MCP.Transport.NamedPipe
Declaring type: TTMSMCPNamedPipeTransport
Type: Boolean
Syntax
property Connected: Boolean;
Remarks
Set when the pipe is created and updated as clients attach and detach. Because the channel does not tell clients apart, it says only that at least one is present, not how many. TTMSMCPNamedPipeTransport.SendMessage refuses to send while this is False.