- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
52 lines
1.6 KiB
HTML
52 lines
1.6 KiB
HTML
<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> |