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

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