DelphiTech Partner

Easily Create Web Apps For Desktop And Mobile

Web-based apps are quite popular today. Whether they are for mobile, or desktop devices web applications do not require installation and manual updating as they are stored on a web server. This means there’s only one place for you, the developer, to maintain, and for mobile apps it also has the added benefit that you don’t have to get your code to be accepted in any app stores which…
Read more
Delphi

Example of using JavaScript for Google maps in the Delphi XE6

Author: Nikolay M4446 One of the innovations in XE6, it’s a method EvaluateJavaScript in the component TWebBrowser. This method allowing execute JavaScript on the loaded page and add interactivity to our applications. On the site developers.google.com contains many examples of embedding maps on the page. I chose the example for paving the route from point A to point B. And as an example of…
Read more