News

Video Tutorial: Build Python Native Windows GUIs With Delphi VCL Library

Sometimes your application needs a user interface, but what is the best way to make one for Python GUI applications? Enter DelphiVCL for Python. The VCL is a mature Windows native GUI framework with a huge library of included visual components and a robust collection of 3rd party components. It is the premier framework for native Windows applications, but how to use it with Python? Thanks to the…
Read more
CodeDelphiRAD Studio

Quickly Implement A Master-Detail App For Tablets In Delphi With This Example

Running the FMX.TabletMasterDetailwithSearch Sample, it shows you two columns. The column on the left-hand side shows a list of people and includes a search box. The column on the right-hand side shows details (a picture, name, job and “description”) about the person currently selected on the list view. You can tap list view entries to select them and load their information on the…
Read more
DelphiShowcase

Powerful Financial Robo-Analyst Software For The Likes Of BitCoin, GameStop, BlackBerry, And AMC Is Built With Delphi

Robo-Analyst is a powerful financial software that gives an instant analysis on more than 16,000 stocks, funds, and cryptocurrencies and it is built with Delphi. According to Robo-Analyst their advanced software analyzes and interprets the most widely-used indicators; with a Daily, Short-term and Long-term outlook. The software explains the analysis simply on the chart and in text to help…
Read more
C++Delphi

Easily Implement Message Queue Communications Protocols In Your Windows Applications

A message queue is an ingredient of messaging middleware that makes it more straightforward to produce resilient connections within applications. To utilize message queue solutions in your Delphi and C++ Builder applications, you can go with theIPWorks MQ Library. IPWorks MQ is designed to help you easily implement popular messaging protocols to communicate between networked devices. Many…
Read more