var fDesc=new Array(); fDesc[0] = "Powerful combination of a state-of-the-art, 32-bit Pascal compiler and an easy-to-use, adaptable integrated development environment that allows you to quickly build sophisticated applications for the Palm OS®.

Main Features :

- Easy to learn and use, so ramp-up and development time is cut significantly
- Makes creating complex and powerful applications simple and intuitive
- Integrated Wireless development including Bluetooth technologies
- Advanced debugging including local & global variable watches, register values, and more
- PocketStudio Library simplify common development tasks
- Allows desktop developers to easily migrate to PalmOS® development
- Project repository with customizable wizards and over 30 examples to get you started
- new string support
- new SysUtils unit
- new PalmOS Simulator debugging
- new Lock controls menu
- new color scheme
- new examples: AppVersion, Cephes, BTCom
- new filter for code templates (Ctrl+J)
- new installer
- Windows Vista support
- updated PalmOS files
- more code templates
- corrected minor IDE and compiler problems
- auto detecting and reloading files modified outside the IDE"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }