Delphi

Six Easy Ways To Embed JavaScript Engines In Your Delphi 10.2 Tokyo Apps

JavaScript is a useful scripting language which you can incorporate within your Delphi 10.2 Tokyo apps in a number of ways. There are open source, commercial component sets, and libraries which quickly allow you to do this in Delphi. These include JSEngine, ScriptGate, paxCompiler, v8delphiwrapper, BESEN, and ChakraCore headers. Some of the reasons why you might want to use Delphi and JavaScript…
Read more
Delphi

Cross Platform Activity Progress Dialog For Android, iOS, macOS, and Windows In Delphi 10.2 Tokyo

The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2 Tokyo, which Embarcadero released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post, I will cover the progress/activity dialog TFrame built into the Hospitality Survey Client project. The progress/activity functionality is built as a…
Read more
C++

Quickly Auto Generate iOS, OSX, And Android Headers For Delphi And C++Builder

Author: Alain B27005 If you are looking to use some third-party libraries, APIs, or frameworks in your mobile applications on iOS or Android, you may need to generate header files in order to access those interfaces. You might want to do this if you want to use the Facebook SDK, the Google AdWords Conversion Tracking SDK, or any number of third-party libraries. There are a number of tools that can…
Read more
C++

Developer Direct 2014 Mobile School: Lesson 3 Slides and Replays

Author: Wayne S8181 Monday, July 14, 2014: Lesson 3 – Accessing Local Storage and Data In this lesson, we explore local storage covering a range of options including using INI files and local document storage. This lesson will also show how to use FireDAC database access components to connect to and use local SQLite, InterBase IBLite and IBToGo. You will understand the core concepts when…
Read more