- Recompilación de todos los paquetes de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@5 b6239004-a887-0f4b-9937-50029ccdca16
20 lines
914 B
HTML
20 lines
914 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"> Data Streamers Sample</p><br>
|
|
<p>This example shows how a dataset can be written to a stream and read from it using the <b>TDABinDataStreamer</b> class.</p>
|
|
<p>When you compile and launch this example it displays two grids, the sources for which are datasets dynamically read using <b>TStream</b>.</p>
|
|
<p>Modify some data in the grids.</p>
|
|
<p>When you press the "Test Deltas" button, it shows the size of the delta containing the data to update the dataset.</p>
|
|
<p>The "Turn M/D on/off" button toggles the top grid as the master source for the bottom grid.</p>
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
</body>
|
|
</html>
|