Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
DelphiRAD StudioTech Partner

Easily Add Joystick Support (DirectX) with VCL In Delphi And C++Builder On Windows

It is surprisingly easy to add joystick support to your VCL app on Windows. Here is third party Delphi and C++ Builder component from WINSOFT for retrieving joystick position and status for any keys. You can use wired or wireless joystick for your application like games, audio/video players and other application. I have tested this delphi component on a recent Windows 10. All functionality…
Read more
C++DelphiIDERAD Studio

Ultimate Web Frameworks For Ultra-Fast Web Application Development using Delphi/C++ Builder

Choosing the Web framework for Delphi/C++ Builder will no longer be a tough task for developers or companies to meet the business needs. There is plenty of resources around Embarcadero and the web about various frameworks with the pros and cons. Struggling to choose the right one for your need? Not to worry, this post will guide you through some of the available frameworks. RAD Studio Included…
Read more
News

Bold for Delphi is Open Source

By publishing the source code of Bold for Delphi with an MIT license at https://github.com/Embarcadero/BoldForDelphi, Embarcadero has officially made the Bold for Delphi library an open source project. What is Bold (And Some History) Bold is a tool in the MDA (Model Driven…
C++DelphiRAD Studio

Quick Way To Bind ListCollections Between Control and Source Component With ListCollections Sample App

ListCollections is a sample application on how to use LiveBindings to populate a list box with the items gathered from various collections.You can find Delphi and C++ code samples in GitHub Repositories. Search by name into the samples repository according to your RAD Studio version. ListCollections Sample requires the following component: TBindingsList: Built on…
Read more
CodeDelphi

Speed Up Delphi Code By Up To 200x With MtxVec Library By Dew Research

This CodeRage session by Janez Atmapuri Makovsek shows how you can use the MtxVec library to speed up the Delphi code by 200x. The key concept is here, once you get the data to the right memory hierarchy level, you need instructions that take advantage of the available memory bandwidth. Only possible with AVX (Advanced Vector Extensions)Instruction Set and CPU cache rely on the…
Read more
Case StudyDelphiShowcase

How Does Reliable Delphi Keep This Wonderland Running 365 Days A Year?

When you are open every single day of the year, rain or shine, your timings are measured in milliseconds, and your smallest distances are 0.7mm (0.03 inch) apart you begin to really appreciate how…

IN THE ARTICLES