In the first blog post, we quickly explored shader programming in Delphi FireMonkey. And we learned how to create a material source using TCustomMaterial. Then we applied that material to a 3D control. This post is based on a blog post by Embarcadero MVP Erik van Bilsen.
Now, we will add a color property to our 3D control to customize color. This can be achieved by adding a uniform input to the…
Learn How to Use The MQTT Protocol in Delphi With This Library
February 11, 2021
MQTT stands for MQ Telemetry Transport and it is a specification for a publish-subscribe protocol for communication between devices.
When we are talking about Lightweight and Efficient, MQTT Protocol is a very good example. MQTT clients are very small, require minimal…
Flexible InterBase AdminUtility Sample Tours You Through Powerful InterBase Features
February 11, 2021
The sample also admits authentication.
Apart from the parameters to connect to an InterBase server, the sample has four tabs to perform administrative tasks:
Server Users Tab:
Click Refresh Users to get all the users from the InterBase server.
Backup Tab:
Use…
Easily Encrypt And Compress Your System Information Data In Your Windows App With These Components
February 11, 2021
Do you need to collect system information which needs to be encrypted and compressed to a file for later use in your Delphi application. MiTec’s System Information Management Suite helps to easily encrypt/decrypt the system information. In this blog post, how to use the…
Quickly Build And Deploy REST Servers, Web Servers, And Explorer Python Language Features In These Windows GUI Apps
February 10, 2021
Building Python GUIs is easy with Embarcadero’s RAD Studio. You can use either Delphi or C++Builder to build the GUI side of the app. Integrating Python into native Windows GUI apps produced by RAD Studio is easy, and they look great. RAD Studio (Delphi and C++Builder)…
Join Embarcadero Delphi MVP Ian Barker for this must-watch session as he follows up his very popular previous webinar on how to give your apps the Fluent UI look and feel. This new webinar features heavily on the Delphi code, form design, and components you can use to really…
TMS VCL Cloud pack is a set of VCL components that let you connect dozens of different cloud services within a few steps. With the TMS VCL Cloud pack, you can integrate with Google, Microsoft, iCloud, DropBox, PayPal, YouTube, Facebook, LinkedIn, Yandex Disk, Amazon, Twilio…
Quickly Explore Powerful Shader Programming In Delphi FireMonkey
February 8, 2021
Computer Graphics Programming class is one of the interesting ones in any computer science undergraduate program. This semester I am taking this course as my core science course, and it is getting fascinating every topic. Since most of the universities teach programming in…
Learn How To Migrate dbExpress To FireDAC With The reFind Tool In This Delphi Sample
February 7, 2021
This sample project demonstrates how to migrate the project MeetingOrganizer from dbExpress to FireDAC using the reFind.exe tool.
Location
You can find the DBX2FDMigration project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate…
Escape sequences allow for writing DBMS-independent SQL commands. The sample predefines some escape function sequences. To execute a predefined escape function, right-click the Function edit box and choose a predefined escape function from the popup menu. Moreover, the…


