- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 - Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
24 lines
808 B
HTML
24 lines
808 B
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>Broadcast Chat Sample</span>
|
|
</p>
|
|
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>This example shows how to use the TROBroadcastServer and TROBroadcastChannel channels to write an UDP broadcasting chat program.</p>
|
|
|
|
<p>
|
|
In order to test this sample, you will need to make the compiled exe available on two or more computers. <br><b>Note</b>: if you are running a trial version of the RemObjects SDK, each machine
|
|
used will need to be running the Delphi IDE. Registered users can create on one computer and just copy the exe to other(s).
|
|
</p>
|
|
</body>
|
|
</html> |