Knights Province is an old-school RTS game which emphasizes strategy and it is built in Delphi. The game is currently in Alpha. This game is a labor of love by developer Krom who has been working on the engine it uses over ~12 years and the game itself for ~6 years. According to the developer “unlike many modern RTS games, which are fast-paced and often are more about tactics, KP planned to…
OpenCV is a cross-platform library that can be utilized to develop real-time computer vision applications. It principally concentrates on image processing, video capturing, and analysis.
The best part is there is the Delphi-OpenCV library for Delphi developers.
ThexDBMSsample shows you how use theTFDLocalSQLclass to implement a cross-DBMS query application. To this end, each queryable dataset must be registered with theLocal SQL engineusing theDataSetscollection property.Note: The…
Free Source Code: RAD Server Field Services Industry REST API Template Solution For Your Business
January 5, 2021
You can rapidly build and deploy services-based applications withRAD Server. And you get pre-built Docker images for RAD Server on Linux available from Docker Hub. This means you can deploy your services on Azure, AWS, Google Cloud, or on-premise.
There are severalindustry templatesbuilt with RAD Server and RAD Studio. One of the templates is the Field Service project…
WmHelp XMLPad is a powerful native Windows XML editor and it is built in Delphi. It has a huge number of features including a powerful XML, XSD and DTD editor with color syntax highlighting, line numbers, element range navigation, and context-dependent source assistant…
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…
Easily Create Stunning Responsive Apps With Third Party FMXUI Library For Delphi FireMonkey
January 4, 2021
With the power of the Delphi programming language and the cross-platform FireMonkey framework, dozens of Delphi developers have created their own custom FireMonkey UI components to accomplish their goals, for instance, the TBadgeView component which helps to make unread message prompt little red dot or different dialog types for FireMonkey.
The FMXUI library has more than 20 components to…
Easily Improve Your Productivity With The Delphi Dev Shell Tools Windows Shell Extension
January 4, 2021
This Windows Shell Extension contains really useful tasks for Object Pascal developers. It creates right click options in Windows Explorer that really help you work with your Delphi projects to their fullest and save massive amounts of time. Go through the features and…
The Sample is using the “Custom” list view item appearance value and configuring the appearance properties of list view items at design time. It also shows how to do this at run time.
When you run the application, it shows a list view. Each list item shows a…
Learn How to Asynchronously Execute SQL In Delphi With FireDAC
January 2, 2021
TheAsyncsample shows you how to use theIFDPhysCommandinterface to configure the differentasynchronous execution modes. To this end, the sample uses a group of four radio buttons. Each radio button sets theOptions.ResourceOptions.CmdExecModeproperty of theIFDPhysCommandinterface to one of the following execution…