git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@49 b6239004-a887-0f4b-9937-50029ccdca16
29 lines
931 B
HTML
29 lines
931 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>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> |