Delphi

Delphi en la atención de la salud, contra la pandemia del coronavirus [ en español ]

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…
Read more
Delphi

Delphi in Healthcare, Fighting the Corona Pandemic

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…
C++

Secrets of FireDAC: Pagination With Grids And LiveBindings

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…
Delphi

Largest World Record Holding Model Train Set Powered By Delphi

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…
Read more
Delphi

FireMonkey on Linux!

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…
C++

Learn How to Use the New JSON Features in RAD Studio 10 Seattle

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…
Read more
Delphi

Lazy Form Creation Design Pattern

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…
Read more