FMSoft uniGUI is a web application framework for Delphi. This framework extends the web application development experience to a new dimension. uniGUI enables Delphi developers to create, design, and debug web applications in IDE using a unique set of visual components. This framework is close to the native VCL application development process which is RAD!
The uniGUI web applications can be…
The All-New DelphiFeeds.com
November 3, 2020
DelphiFeeds.com was launched by the Gurock brothers back in about 2005. Since then Gurock’s TestRail product really took off, and they were so busy they no longer had time to maintain DelphiFeeds. It continued collecting feeds and sharing headlines but was no longer…
Learn A Quick Way To Connect To A MySQL Database With The Delphi FireDAC Access Sample App
October 31, 2020
Do you want your Delphi and C++Builder Applications to connect with MySQL Database ? How to start ? Don’t worry, FireDAC offers robust components to connect with MySQL Database.
FireDAC.MySQL Sample app demonstrates how to use FireDAC to work with My SQL…
Deploying FireMonkey to HTML5 with FMXLinux on WSL2
October 30, 2020
The Windows Subsystem for Linux is the quickest way to get started with Linux deployment from Delphi (WSL). WSL2 now includes a full Linux kernel in Windows 10 Version 2004 (Build 19041), so debugging and everything works as expected.
Install WSL2 (You can verify your build number via the System Information applet, but Build 19041 has been available for a while now.)
Control…
Learn How To Use FireDAC To Work With A Firebird Database In Delphi
October 29, 2020
TheFirebirdgetting started sample shows how to use FireDAC with Firebird databases. This sample allows the user to do:
Temporaryconnection definitionat run time.Master-details relationship between datasets usingTFDQuery.Transactions handling…
Explore User-Friendly uniGUI Web Framework With Ultra-Modern Components For Delphi/C++Builder
October 27, 2020
Looking for a Web framework for your Delphi/C++ Builder Applications? How about having a framework which supports both server side and client side with minimal effort to build beautiful web applications ? UniGUI is a Full Stack focused Web Framework which give web…
Build High-Speed Direct Access Apps In Delphi And C++Builder To Most Modern Databases Using FireDAC
October 26, 2020
FireDAC is a unique set of Universal Data Access Components for developing multi-device database applications for Delphi and C++Builder. With its powerful common architecture, FireDAC enables native high-speed direct access from Delphi to InterBase, SQLite, MySQL, SQL Server, Oracle, PostgreSQL, IBM DB2, SQL Anywhere, Access, Firebird, Informix and more. Large collection of advanced…
Build Modern Delphi/C++ Builder Web Applications Using IntraWeb Framework and IWBootStrap
October 23, 2020
Thinking to write a new web application or modernize your existing application into web framework for Delphi/C++ Builder Framework? AToZed Softwares provides an Amazing FullStack/ClientServer Focused Web Framework to build applications faster. Installs into IDE, Modeled on…
In this CodeRage session, we’ll create a simple real-time multi-platform chat application in RAD Studio using the Devart SecureBridge component called TScHubConnection, which implements the functionality of a SignalR client.
What can you do with…
Learn About Powerful WebSockets Solutions For Delphi
October 20, 2020
TheWebSocket is a communication protocol, that makes it possible to open a two-way interactive communication session between the user’s browser and a server. With this, you can send messages to a server and receive event-driven responses without having to poll the server for a reply.
Applications that require Real-time data streaming, Synchronization uses WebSocket primarily. Most…