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…
C++ Boot Camp: Game Development
August 1, 2016
Author: Aidan K7359
11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com
Four different games with classic game mechanics will be demonstrated.
We will be also be covering topics such as App…
It is great to hear from developers who want to learn a new programming language. Someof you may know that I am a programming language and compiler junkie and have been one for the past 46 years ever since I wrote my first program in Fortran. When I receive an email…
Author: Sadaqat Ali
There are a number of Firemonkey component sets available for Delphi Berlin that can help you get ahead when developing for Android and iOS. Consider component developers to be another member of your team: they do the groundwork so you can focus on the actual functionality. Here are thirteen of these component set developers who provide access to everything from FFMPEG video…
Elite Developers – Show us your Cool Apps!Join our club of elite developers by showcasing your app and enter to win a $500 gift card!
How does it work?
1)
Submit a title for your cool app
2)
Provide a description for your submission
3)
Share your short…
Webinar replay: Learn how to Quickly Build and Deploy a complete REST/JSON based enterprise business application
March 2, 2016
Author: Chris B53020
RAD Studio 10 Seattle webinar, “Learn how to Quickly Build and Deploy a complete REST/JSON based enterprise business application”, will show you how to build and deploy a complete, multi-tier business application using Embarcadero RAD Studio…
Bluestacks como emulador Android para Delphi/C++ Builder
November 19, 2015
Author: Worajedt S.
Um tema recorrente nas rodas de conversa sobre mobile é a performance (ou não performance) do emulador Android do Google (utilizado por default pelo Delphi e C++ Builder).
Eis que surge uma solução muito interessante (e de ótima performance): a utilização de máquinas virtuais com Android.
Uma delas é o BlueStacks (http://www.bluestacks.com/). A instalação não tem…
Author: Luis Navarro
I’ve always enjoyed working with Delphi and RAD Studio to create Windows applications. However, with the latest releases, it is possible to go beyond Windows and create a new ecosystem that includes the capabilities of mobile apps, IoT devices, and…
Installing InterBase XE7 on Linux
October 13, 2015
Author: Jacobus O51432
These are the steps to download and install InterBase XE7 on Linux and start the InterBase XE7 Server. In this example I will install the 32 bit version on an Ubuntu 64 bit machine.
These steps will be identical for 32 bit and 64 bit InterBase Server…
Author: Developer Skill Sprints
More Information
Using an HTTP Client
System.Net.HttpClient
XE8 Code Samples: HttpDownload
Samples\Object Pascal\RTL\HttpDownload
Samples\CPP\RTL\HttpDownload
XE8 Product Reviewers Guide
Code Central Code Samples
AdvHTTPDownloadMgr
HTTP Basic Access Authentication
YouTube…