30 lines
877 B
HTML
30 lines
877 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
|
</head>
|
|
<body>
|
|
<img src="..\..\da.png" alt="" align="right">
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
<br>
|
|
<p class="h1">
|
|
<span>Dynamic Where Sample</span>
|
|
</p>
|
|
|
|
<br>
|
|
<h2>Purpose</h2>
|
|
<p>
|
|
This example illustrates how work with the <b>Dynamic Where</b>.<br><br>
|
|
</p>
|
|
|
|
<h2>Getting Started</h2>
|
|
<ul>
|
|
<li>Build or compile both projects.</li>
|
|
<li>Launch the server (via the menu option: <strong>RemObjects | Launch Server Executable</strong>).</li>
|
|
<li>Ensure that DynamicWhereClient is the selected project and run it.</li>
|
|
<li>Create a few conditions and apply them.</li>
|
|
<li>Examine pascal code which you can be applied at runtime and the xml code generated
|
|
by the DynamicWhere.</li>
|
|
</ul>
|
|
</body>
|
|
</html> |