DelphiNewsShowcase

Delphi 26th Birthday Showcase Challenge

Update: New extended the deadline and simplified requirements. Submit until Feb 22nd. We extended the voting window until Friday, the 5th of March because it took so long to get them all posted, especially with the 10.4.2 release in there. Another great Delphi birthday approaches! Let’s celebrate with a Showcase Challenge! A few months ago we launched a new Showcases on our blog. This is…
Read more
CodeDatabaseDelphiRAD Studio

Power Tip: Learn How to Send Arrays To An InterBase Database Using FireDAC In Delphi

The Arrays sample shows you how to use the TFDParam.ArrayType property to send arrays to a database server. To this end the ArrayType property is set to atTable.Note: This demo establishes a connection to the Interbase localhost server by default, using the SYSDBA user. You can change these parameters to connect to a different InterBase server using a valid user name and…
Read more
C++CodeDelphi

Learn How To Easily Work With A COMPort On Linux In Delphi Using A WINSOFT Library

You can track and use all available ComPorts on your Linux machine by using this fantastic library. It is simple, fast, and efficient to use; simply download and add the library path, declare the units, and call its functions. Follow the tutorial to learn how to do so. In my case, I was using VirtualBox to run Ubuntu on a Windows host. Installing Development Packages To install the development…
Read more
CodeDatabaseDelphi

Combine Front End, Back End, And Business Logic In Modern Full-Stack Development With Delphi

Many application developers are building a web version of their services to get more users. For instance, you do not always have the same phone or same laptop to utilize the application, if the application has a web version everything is done. In this webinar, you can see what is new with TMS Software and how you can use their full range of components to modernize your Windows 10…
Read more