Similar to Windows themes, VCL styles make it easy to radically change the appearance of your VCL applications, giving your application that extra level of polish and professionalism. Thanks to the Per Control VCL Styles introduced in 10.4, a single form can take advantage of multiple styles giving you maximum customization and control. RAD Studio, Delphi, and C++Builder ship a selection of VCL…
Learn How Easy It Is To Connect To Microsoft SQL Server In Windows Delphi Development
January 17, 2021
This sample allows the user to create a temporary connection definition at run-time and the master-details relationship between datasets using TFDQuery to work with MSSQL databases.
Location
You can find theMSSQLsample project at:
Start | Programs |…
To continue our discussion of Linux development, let’s take a look at this incredible collection of sample projects available for download, which demonstrate some amazing functions that you can use on your Linux projects.
First, let’s look at how to install the…
World Famous Native Windows PHP IDE Is Built In Delphi
January 12, 2021
NuSphere PhpED is a powerful native Windows IDE for PHP and it is built in Delphi. According to the developer’s site it handles PHP, HTML, CSS, XML, SMARTY, XHTML, and more. Additionally, they state that it has a balanced combination of advanced code editor, reliable dbg debugger, productive database connectivity client and fast and secure deployment abilities make PhpED a complete solution…
Learn How To Define Powerful Dataset Views Using Indices With FireDAC In Delphi Windows Development
January 11, 2021
The Indices sample shows you how to use the Indexes property of TFDQuery in order to specify a collection of indexes at design time and determine the data view of each index, including a sort order of the records. Moreover, you can sort the records on a specific field…
It displays a picture, which the user can rotate by pressing it with two fingers and rotating them. The image rotates in the direction that your fingers are pointing. The image rotates to the right when the fingers are rotated to the right. The image rotates to the left when…
Easily Access System BIOS Information From Windows With Delphi
January 7, 2021
Have you ever tried using registration keys to secure your application? If so, you’ve used various methods to accomplish this, such as generating a registration key based on the device’s serial number or something similar.
Or have you attempted to obtain all of the device’s information for analytics? If that’s the case, this TSMBIOS library allows you to retrieve all of…
In the last few years, several web frameworks developed with Delphi programming language. And most of them are available as open-source and free to utilize. The best part is these web frameworks & libraries are active in development by Delphi developers from around the…
The GetIt Package Manager is the package manager built into the RAD Studio IDE that allows you to browse, download, purchase, and install packages. Packages may provide libraries, components, IDE extensions, and SDKs. Packages available in the package manager can be browsed…
When you become friends with RAD Studio and RAD Server, you will have a superpower and, you become a 10X engineer because with RAD Server you can easily create complex and scalable services-based applications with high productivity.
With the power of RAD Server, you can easily load Delphi and C++ business logic systems into RAD Server, add some users, and go. Moreover, REST/JSON end-points…