Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Multi Channel/MultiChannel.Sample.html

52 lines
1.6 KiB
HTML
Raw Normal View History

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\ro.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>Multi Channel Sample</span>
</p>
<h2>Purpose</h2>
<p>
This example provides an introduction to using the Delphi edition of the RemObjects SDK product.
It shows how to use different channels to connect to the server application.<br>
The following channels and servers are included:
<ul>
<li><b>TROWinMessageChannel / TROWinMessageServer</b></li>
<li><b>TRONamedPipeChannel / TRONamedPipeServer</b></li>
<li><b>TROWinInetHTTPChannel / TROIndyHTTPServer</b></li>
<li><b>TROIndyTCPChannel / TROIndyTCPServer</b></li>
<li><b>TROSuperTcpChannel / TROSuperTcpServer</b></li>
<li><b>TROIndyUDPChannel / TROIndyUDPServer</b></li>
<li><b>TROIndyTCPChannel / TROBPDXTCPServer</b></li>
<li><b>TROWinInetHTTPChannel / TROBPDXHTTPServer</b></li>
<li><b>TROLocalChannel / TROLocalServer</b></li>
<li><b>TRODLLChannel</b></li>
</ul>
</p>
<h2>Getting Started</h2>
<ul>
<li>Build or compile all projects.</li>
<li>Launch the server (via the menu option: <strong>RemObjects | Launch Server Executable</strong>).</li>
<li>Activate the server(s) you require.</li>
<li>Ensure that <b>MultiChannel_Client</b> is the selected project and run it.</li>
<li>Choose a server and test it.</li>
</ul>
<h2>Examine the Code</h2>
<ul>
<li>
See the code that changes the selected channel/server in <b>MultiChannel_ClientMain.pas</b>.
</li>
</ul>
</body>
</html>