Spanish translation of Delphi in Healthcare, Fighting the Corona Pandemic
Delphi en la atención de la salud, contra la pandemia del coronavirus
Cuando una crisis como la pandemia del coronavirus azota a la sociedad, impacta en todos los aspectos de la vida humana. Ha limitado severamente nuestra capacidad de viajar e interactuar con familiares y seres queridos, ha cambiado la forma en que…
Delphi in Healthcare, Fighting the Corona Pandemic
April 26, 2020
Delphi in Healthcare, Fighting the Corona Pandemic
When a crisis like the coronavirus pandemic hits society, it affects every aspect of human life. It has severely limited our ability to travel and interact with family and loved ones, it has changed how we interact with the…
Secrets of FireDAC: Pagination With Grids And LiveBindings
September 3, 2018
If you want to display only a range of results from a recordset you can using paging (otherwise known as pagination) to do so. It is a common pattern when doing web development to give the user 20 results for example and then the ability to move to the next page. If you are…
Miniatur Wonderland Hamburg is the world’s largest model train set as officially certified by the Guinness World Book of Records. Apparently the whole system is powered by software built in Delphi on the back end (including the control room). Embarcadero’s Jim McKeeth has another article where he details more about the control room and the other software like Railware that controls the…
FireMonkey on Linux!
April 13, 2017
Author: Pawe Gowacki
It did not take long since the release of Delphi Linux compiler to have the ability to build Linux GUIs with Delphi!
Just go to http://fmxlinux.com and get the only currently available download of FireMonkey for Linux which is “Free Trial v…
Author: Pawe Gowacki
Two weeks ago I was contributing to a bigger Delphi migration webinar run by mycolleagueStephen Ball the demonstration of actual steps of live migration of BDE-based source code to FireDAC.
Migration of existing VCLprojects to the…
Learn How to Use the New JSON Features in RAD Studio 10 Seattle
February 22, 2016
Author: franklinrhsampaio
Learn How to Use the New JSON Features in RAD Studio 10 Seattle – Webinar
Wednesday, March 2, 2016
Pawel Glowacki – Embarcadero Technologies
RAD Studio 10 “Seattle” introduces many new features for working with JSON documents. In this demo-oriented session you will learn new ways of reading and generating JSON that requires less memory and provides better…
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…
DataSnap "CUSTOMERS" FireDAC JSON Reflection Demo Code
August 20, 2014
Author: Mério C11139
My “RAD in Action: Build Modern Apps with Enterprise Mobility Services” webinar is happening right now. During my 50 minutes session I’m demonstrating using DataSnap framework for building multi-tier database application with FireDAC…
Lazy Form Creation Design Pattern
February 19, 2014
Author: Pawe Gowacki
One of the most important things about any application, and especially mobile apps, is short start-up time. End user does not like to wait for too long for an app to start. In some cases, if the start-up time is excessively long a mobile app may not be accepted into an app store.
I have been building a lot of mobile apps recently for both Android and iOS in Delphi and found…