Delphi 10.2 Tokyo ships with a massive amount of FireMonkey components for cross platform development on Android, iOS, macOS, and Windows. However, there is always room for more custom components to be built to get your app done that much faster. Additionally, once you start deploying your app or it starts getting large you may want to start optimizing some of the functionality. There are quite a…
Six Easy Ways To Embed JavaScript Engines In Your Delphi 10.2 Tokyo Apps
November 11, 2017
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…
Two New Free VCL Styles for CodeRage from DelphiStyles.com
November 7, 2017
DelphiStyles.com sells stunning VCL and FireMonkey multi-device styles. In time for CodeRage, they have released two new free VCL Windows styles which can be downloaded via the GetIt Package Manager in 10.2 Tokyo. The two new free styles are “Glossy 2” and…
My CodeRage Sessions next week
November 3, 2017
CodeRage is next week. Have you signed up yet?
Register Now
I will be presenting two different sessions:
Session 1: RAD Studio Product Address
Speaker: Sarina DuPont, Marco Cantu, David Millington
When: Tue, 7-Nov from 9:00 AM to 10:00 AM
Level: All (General information for everyone)
Reminder: [Google Calendar]
[Watch online]
Description:Join Product Management to hear the latest and what…
Project modernization plan
October 31, 2017
Author: Bogdan Polak BSC
DataSet and User Interface
In the last blog post, I discussed how badly for the project is dividing one transaction between multiple events. This scenario is very common in most of the VCL projects and with time it causes huge difficulties with…
Learning JavaScript
October 29, 2017
Author: Pawe Gowacki
My favorite programming language is Object Pascal. Period. However it is not the only programming language in the world. Probably my very first was Basic on ZX Spectrum, then came Turbo Pascal on DOS and quickly changed to Delphi and Object Pascal. Over…
What is my IP address?
October 20, 2017
Author: Pawe Gowacki
There are many situation when it would handy to know the IP address of a device where our app is running. Maybe you want to identify who is running your app? By IP address it is also possible to calculate the approximate location of a device. If you connect to Internet through a router, there are big chances that it implements “Network Address Translation” (NAT)…
Easily Make Asynchronous REST Calls In Delphi 10.2.1 Tokyo On Android, iOS, macOS, and Windows 10
October 8, 2017
The Hospitality Survey App template contains a RAD Server project and a Delphi client project. You can download the Hospitality Survey App template code for yourself from Embarcadero’s GetIt. The Delphi client project makes REST calls via the BaaS components to RAD…
New "Delphi Memory Management" book is a hit!
October 6, 2017
Author: Pawe Gowacki
Yesterday evening I have found an excellent Delphi book I have been always waiting for!
The full title of the book is “Delphi Memory Management for Classic and ARC Compilers” and it is written by Dalija Prasnikar. The book is available…