Author: Yilmaz Yoru
Would you like to make your applications learning and predicting applications (May be just thinking applications) ?
In this blog post we gonna use open source Fast Artificial Neural Network Library made by Steffen Nissen. FANN Library is very simple to use and it has good documentation and written in C programming language which makes it faster. It is open source so you can…
DelphiStyles.com sells custom VCL and FireMonkey Styles. They are offering a free custom VCL Windows Style for RAD Studio 10.2 Tokyo customers through the GetIt Package Manager (Tools > GetIt Package Manager).
After downloading the style, you can find it under …
Use TRESTDataSetAdapter with arbitrary JSON
June 23, 2017
One basic question I get asked is how can I convert arbitrary JSON into some kind of data structure such that I can extract useful data?
One solution is to use the TRESTDataSetAdapter with arbitrary JSON.
The TRESTDataSetAdapter and TClientDataSet components convert…
Please read the installation instructions at the bottom of the Code Central listing before downloading the patch. Customers who are using the 10.2 Trial can also get this patch.
This patch fixes critical Android issues in Delphi, C++Builder, and RAD Studio 10.2 relating to…
New CData FireDAC drivers
June 22, 2017
Author: Pawe Gowacki
It is very exciting time for Delphi and C++Builder developers! Embarcadero just announced partnership with CData to provide the whole suite of new FireDAC drivers that provide connectivity to major APIs and web services.
The list of new FireDAC drivers…
RAD Server Solution Series: [Healthcare] Nurses Station
June 21, 2017
Author: Kai Inge Buseth
Solution Name: Nurses Station Solution for Patient Check-in and Data Collection
Industry: Health Care
Solution Overview: The solution provides an improved patient experience and automated collection of patient data in a clinic, hospital or…
CAD with C++Builder, episode#0
June 13, 2017
Author: Seva Leonov
Where
Last year I had a course in programming with C++. They were 2nd year students, and they already got C# and Python. Then their dean called me and ask: “Look, Seva, I want to get them programming, not writing code. Can you?” That was a real…
LiveBindings is a great technology built into Delphi and C++Builder for bypassing most of the code involved in a CRUD data cycle (Create, Read, Update and Delete Cycle). It can keep you out of massive amounts of technical debt. However, sometimes the standard LiveBindings…
FireDAC & ODBC for Paradox and dBase tables.
June 9, 2017
I continue to get customer requests for options to migrate legacy RAD Studio, Delphi or C++ Builder applications using the Borland Database Engine (BDE) with Paradox and/or dBase files.
With the current versions of RAD Studio, you can use the FireDAC…
Understanding Automatic Reference Counting - ARC
June 5, 2017
Automatic Reference Counting is the memory management system used by Strings & Interfaces on all platforms, and all objects on Linux and Mobile. Unlike Garbage Collection, ARC is purely deterministic and keeps the developer in control. Join Delphi Product Manager Marco Cantu…


