There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can save and load data from binary, XML, and JSON files, as well as query them via its LocalSQL property. Each embedded database has…
In this post, we’ll show a webinar demonstrating how to use Delphi and C++Builder 10.1 Berlin to create mobile applications for iOS and Android. We’ll go over how to get started, best practices for mobile UI/UX, building your first app, using FireUI Live Preview…
My Amazon Web Services Programming with Delphi CodeRageX session
October 13, 2015
Author: Pawe Gowacki
In a moment my “Amazon Web Services with Delphi” CodeRage X session is starting. I’m very excited and the sessions so far were very good. It is still 2 and half more days to go!
The source code for the demos shown during my AWS Delphi…
True Type Font Iconography for Android and iOS Apps
January 26, 2015
Author: Brian Alexakis
Download Project Files
Download the project files.
How to Deploy a Custom True Type Font
First create a new Multi Device Application in either C++ or Object Pascal.
Save the project to a folder on your filesystem.
From the FontAwesome downloaded archive, extract fontawesome-webfont.ttf from the font-awesome-4.3.0fonts folder to the root of your project folder.
Rename…
In RAD Studio XE6, we introduced our BaaS (Backend as a Service) support. This includes components for both Kinvey and Parse. Part of our component pack is the TBackendUsers component which is designed to be hooked into either the ParseProvider or KinveyProvider…
Using Custom Endpoints to create a BaaS enabled Desktop application for sending notifications to your mobile apps
April 17, 2014
I previously wrote a blog post on how to send notifications via our BaaS (Backend as a Service) support in Delphi to your mobile devices on iOS and Android. This blog post assumes that you followed the steps in my previous blog post and in the referenced docwiki articles.
…
As part of the new addition of the REST Client Library components in Delphi, C++Builder and RAD Studio XE5, we also include a REST Debugger so that you can explore REST Services and use it to help prototype the property settings for your app’s REST Client components. We also provide the source code to the REST Debugger and you can build other platform versions (Win64 and OSX) of the…
Meet The Developer: FontCreator - Erwin Denissen
November 19, 2024
You can create some truly incredible apps using RAD Studio with Delphi or C++Builder. Apps made with Delphi are superbly robust and work natively on Windows, macOS, Linux, iOS, and Android. No requirement for extra runtimes, dependencies, downloads, or burgeoning frameworks…
The Untapped Potential of AI in Desktop Applications: “Power-Charging” Our Delphi Community
October 7, 2024
AI is taking over—not like “Terminator,” at least not yet, but by revolutionizing everything. AI is everywhere today, from business processes to consumer apps, and from spaceships to your toaster. And while everyone’s buzzing about AI in the cloud and AI in web apps…
Publishing an app on multiple platforms can be a challenge when there are guidelines to be met and a consistent user experience guaranteed.
In the first of a three-part series on the value RAD Studio delivers across the software development life cycle, we looked at the advantages of using RAD Studio in the application design and development phase.
In this, the second part, we are looking at the…