Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
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
C++Code

C++17 On Windows 10 With The C++ Builder

As you know from C++ Builder 10.3, we have support for the modern C++ 17 version. Here you can see the C++ 17 supportchart. In this CodeRage session, Dion Mai shows demo applications in action. You can find out how you can use the new C++ 17 functions and an updated…
DelphiNews

Python for Delphi Developers (2-Part Webinar)

Why would a Delphi developer want to add Python to their toolbelt? It is all about library access and scriptability. The open-source Python4Delphi (P4D) library by Kiriakos Vlahos, author of the popular PyScripter Python IDE, allows you as a Delphi developer to leverage the…
CodeDelphiRAD Studio

Optical Character Recognition Component for FireMonkey by Winsoft

Introduction OCR (Optical Character recognition) for FireMonkey is a FireMonkey type component (it supports Windows, macOS, iOS and Android). Its main purpose is to decode text from a picture into plain text. Check the video below for installation instructions. 2. Components in the Demo and what they do There are two main panels – one on the left and one on the right…
Read more
CodeDelphiRAD Studio

Linear Algebra library by Winsoft

Introduction Linear Algebra library supports Windows 32 and Windows 64. It uses OpenBLAS optimized BLAS (Basic Linear Algebra Subprograms) and LAPACK (Linear Algebra Package) libraries. Installation instructions can be seen in the video below. 2. Components in the Demo and what they do The Demo contains TMemo component for the Result, converted in Text and one TButton…
Read more
ModernizationNewsWhitepaper

WebStencils and HTMX: Free Guide to Fast Web Development

We’re excited to announce the release of our comprehensive White Paper – WebStencils and HTMX: Fast Modern Web Development with RAD Studio. This guide is designed to help developers create…

IN THE ARTICLES