ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> body { color: #000000; background-color: white; font-family: Verdana; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } a:link { color: #336699; font-weight: bold; text-decoration: underline; } a:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } a:active { color: #336699; font-weight: bold; text-decoration: underline; } a:hover { color: cc3300; font-weight: bold; text-decoration: underline; } p { color: #000000; margin-top: 0px; margin-bottom: 12px; font-family: Verdana; } h2 { font-size: 1.5em; font-weight: bold; margin-top: 25px; margin-bottom: 10px; border-top: 1px solid #003366; margin-left: -15px; color: #003366; padding-top: 10px; } h3 { font-size: 1.1em; color: #000000; margin-left: -15px; margin-top: 10px; margin-bottom: 10px; } ul { margin-top: 10px; margin-left: 20px; } ol { margin-top: 10px; margin-left: 20px; } li { margin-top: 10px; color: #000000; } font.value { color: darkblue; font: bold; } font.key { color: darkgreen; font: bold; } font.error { color: darkred; font: bold; } .heading1 { color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal; background-color: #003366; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-bottom: 10px; width: 100%; } .intro { margin-left: -15px; } </style> <title>delphi.dollard.dk</title> </head> <body> <p class="heading1">&nbsp;Delphi units and demos by Sean P. Dollard</p><br /> <div id="content"> <p class="intro">Denne side indeholder units og demo til Delphi som jeg har lavet i forbindelse med udvikling til <a href="http://www.trendware.nu">trendware</a>.</p> <h2>Tips and Tricks</h2> <h3>Developer Express Components</h3> <ul> <li>cxGrid: <a href="/cxGrid/Tips.html">Tips and Tricks</a></li> </ul> <h2>Downloads</h2> <h3>Delphi XE/XE2</h3> <ul> <li>Google Maps API Demo: <a href="/DelphiXE2/Demo/Google.zip">Google.zip</a></li> <li>Google Maps API Unit: <a href="/DelphiXE2/Units/uGoogleMapsAPI.pas">uGoogleMapsAPI.pas</a></li> </ul> <h3>Delphi 7</h3> <ul> <li>Google Maps API Unit: <a href="/Delphi7/Units/uGoogleMapsAPI.pas">uGoogleMapsAPI.pas</a></li> <li>JSON Unit by Leonid Koninin: <a href="/Delphi7/Units/uLkJSON.pas">uLkJSON.pas</a></li> </ul> <h2>Unedited Downloads</h2> <h3>Delphi 7 Units</h3> <ul> <li>Keyboard Simulator Unit: <a href="/Delphi7/Units/uKeySimulate.pas">uKeySimulate.pas</a></li> <li>Thread Timer Unit: <a href="/Delphi7/Units/uThreadTimer.pas">uThreadTimer.pas</a></li> <li>Serial Communcation Unit: <a href="/Delphi7/Units/uSerial.pas">uSerial.pas</a><br /> Requires PCOMM.DLL from MOXA: <a href="http://www.moxa.com/product/download_pcommlite_info.htm">moxa</a><br /> PComm Unit: <a href="/Delphi7/Units/uPcomm.pas">uPcomm.pas</a></li> <li>Buffer Unit: <a href="/Delphi7/Units/uBuffer.pas">uBuffer.pas</a></li> <li>Date Time Utils: <a href="/Delphi7/Units/uDateTime.pas">uDateTime.pas</a></li> <li>String Utils: <a href="/Delphi7/Units/uStrUtil.pas">uStrUtil.pas</a></li> <li>Get Item in String Unit: <a href="/Delphi7/Units/uGetItem.pas">uGetItem.pas</a></li> <li>Debug Helper Unit: <a href="/Delphi7/Units/uDebug.pas">uDebug.pas</a></li> </ul> </div> </body> </html>