30 lines
512 B
HTML
30 lines
512 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>QuickOpen</span>
|
|
</p>
|
|
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>
|
|
This example shows how to receive data from a local database.
|
|
</p>
|
|
|
|
<h2>Examine the Code</h2>
|
|
<ul>
|
|
<li>
|
|
See the simple code in <b>QuickOpenMain.pas</b>.
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
</body>
|
|
</html> |