In this episode of the Podcast @ Delphi.org we talk with Cary Jensen about his new bookDelphi in Depth: FireDAC and the upcoming Delphi Developer Dayswhich Cary puts on with Dr. Bob Swart. Nick Hodges, our co-host, was a previous host of Delphi Developer Days with Cary, and I’ve made a number of appearances there as well. They are highly recommended. You can listen to that…
Connecting to Chrome OS via ADB
July 15, 2017
This is part of my series on developing with Chrome OS
You need to put your Chromebook in Developer Mode First.
Enabling ADB Debugging
https://developer.android.com/topic/arc/index.html#setup
First you have to allow ADB through the firewall. Go to crosh ([CTRL][ALT][T]) and…
Enabling Developer Mode on Chrome OS
July 15, 2017
This is part of my series on developing with Chrome OS
Chromebook Developer Mode
You need to put your Chromebook in Developer mode, which wipes the local storage, so you are better off doing it sooner rather than later. Also keep in mind it may void your…
Changing a FireMonkey style at runtime
July 13, 2017
There is a great post by Sarina Adding a style selector to your applicationshowing how to have a FMX application with multiple style books, and a combo box listing the styles. When the app is running, a user can select one of the style in the combo box and the…
Targeting Chrome OS with Delphi via Android and Linux
July 12, 2017
Google’s Chrome OS is based on their Chrome Browser and runs on Chromebooks, which are hybrids of a tablet and a laptop. They are designed with the assumption that the majority of what we do nowadays is done through the browser. Google announced a while ago that they…
Quickly find add-ons with new GetIt categories
July 10, 2017
We have added a number of new categories to the GetIt Package Manager in 10.2 Tokyo to make it easier to find what you’re looking for in GetIt. The GetIt Package Manager can be accessed through the Tools menu in the IDE.
Here’s the new list of categories…
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…
DelphiStyles.comsells 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 questionI get asked is howcan 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.
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…


