C++DelphiRAD StudioTech Partner

Embarcadero Academic Program renews partnership with Centro Paula Souza in Brazil.

As published in the Official Gazette of the Executive Branch on 10/26/2022, Centro Paula Souza (CPS) and Embarcadero renewed their partnership in providing academic licenses for CPS units for another 24 months. This guarantees an extension of Embarcadero Technologies RAD Studio license donation term for another 2 years so that CPS teachers and students can always make use of the latest product…
Read more
CodeDelphiRAD StudioTech Partner

This Is How To Use The Factory Method Pattern in Delphi

Do you want to know what the Factory Method Pattern is and what it can do for you? When you are writing simple or complex applications, you might need to create multiple classes inheriting the same class or implementing the same interface. This is easier when we have a small number of classes at the same level of inheritance. However, even with the best app builder software, when more and more…
Read more
DatabaseDelphiTech Partner

This Is How To Use ADO And FireDAC With Databases

From this article, you will learn the difference between working with databases via the ADO technology and the FireDAC library. Using the right database technology is often a critical part of designing your apps, particularly for Windows application development where there is a very rich array of database choices, not all of which may be hosted on a Windows server. ADO (ActiveX Data Objects) is…
Read more
DelphiTech Partner

What You Need To Know About TabOrder And Cross Platform Apps

Developers often get requests to create forms where it is crucial to pay attention to the position of a cursor after the Tab key is pressed at every point of the program execution. This can be particularly important when developing cross platform apps where following user’s expectations of how user interfaces should behave can help make your app seem professional. It can be important from…
Read more