To follow up our current engagement with Linux development, let’s take a look on this incredible pack of sample projects available for download, to show some amazing functions that you can use on your Linux projects.
First, let’s check out how to install the pack of sample using GetIt tool on Delphi.
Open Delphi, go to menu Tools > GetIt Package Manager, type FMXLinuxSample, press…
Create Powerful Linux Applications Using Delphi And FMXLinux
December 25, 2020
The demand for Linux application is growing up year by year, this free and open source OS is more and more present on PCs nowadays, and for you who needs to supply this demand I present you guys FMXLinux (Embarcadero Software License) for Delphi, with this awesome component…
Learn How To Easily Work With A COMPort On Linux In Delphi Using A WINSOFT Library
December 17, 2020
Using this awesome library you can track and use all available ComPorts on your linux machine.
To make it work just download and add the library path, declare the units and call its functions, it is easy, fast and efficient.
Follow the tutorial to learn how to implement…
Quickly Work With A COMPort On Linux With Delphi Using A WINSOFT library
November 27, 2020
For you who works with COM Port Applications on linux, this is the most easy and fast way to connect, write and read info.
Using COMPORT for linux you can do it within literally few minutes, you just need to download the library and add it on your project, and this is it.
First of all you need to prepare your linux machine to deploy your Console application from a Windows.
On this example…
In this video, you will learn how to implement a simple “Unit Testing” on your Application.
With this simple approach, you can check if the result is matching your expectations, “Assert” values inside routines, and interact with GUI and non-GUI…
Learn How To Easily Work With Delphi Database Connection Definitions With This Sample
October 9, 2020
The ConnectionDefs property is a powerful tool that can be used to make your connections management simple and flexible, with the possibility of persisting and transport your connection’s parameters whenever you want, using these transportable files you can load and…