Componentes.Terceros.RemObj.../internal/5.0.35.741/1/RemObjects SDK for Delphi/Samples/DataSnap/DataSnap.Sample.html

29 lines
931 B
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>DataSnap Sample</span>
</p>
<h2>Purpose</h2>
<p>This example illustrates the use of different the <b>TRODataSnapModule</b> simultaneously in the server application and use of the
<b>TRODataSnapConnection</b> in the client application.</p>
<h2>Examine the Code</h2>
<ul>
<li>Look at DataSnapServerInterfaces.pas where are declared new interfaces, descendants from <b>IAppServer</b>.</li>
<li>Look at DataSnapServerData.pas, DataSnapServerData2.pas and examine how we use above declared interfaces.</li>
<li>Look at DataSnapClientMain.pas an examine how we use these interfaces in <b>TRODataSnapConnection</b>.</li>
</ul>
</body>
</html>