Componentes.Terceros.RemObj.../official/5.0.23.613/Data Abstract for Delphi/Samples/Memory Data/MemoryData.Sample.html

40 lines
918 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\da.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>Memory Data</span>
</p>
<h2>Purpose</h2>
<p>
This example shows how to create and populate a virtual dataset dynamically.<br>
The client displays two grids:
<ul>
<li>
<b>Top Grid</b>: this displays the primary keys of one or more datasets from Northwind. Supply the names of the datasets required in a comma separated list, e.g. Regions, Customers, Employees.
</li>
<li>
<b>Bottom Grid</b>: this displays the names and sizes of files contained in the specified disk folder.
</li>
</ul>
</p>
<h2>Examine the Code</h2>
<ul>
<li>
See the simple code in <b>NewService_Impl.pas</b>.
</li>
</ul>
</body>
</html>