Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
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 C++17 standard library. What you can find in this session? Template InductionNested…
Read more
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…
DatabaseDelphiRAD StudioTech Partner

Easy Access to MS Access Databases with Delphi and C++ Builder Components

If you need to work with Microsoft Access databases in your application then you can use the Data Access Objects (DAO) library from WINSOFT: Component list The DAO library contains the following components: TDAODatabase, TDAODataSet, TDAOTable, TDAOQuery, TDAOUpdateSQL Examples // Create a new database uses DAO, DAODS; GetDBEngine.CreateDatabase('C:\database.mdb', dbLangGeneral…
Read more
CodeDelphiRAD Studio

Create and parse XML documents using Winsoft's library XML

Introduction XML is a VCL-type library (Windows platform only). Its main purpose is to create and parse XML documents. If you need installation instructions watch the video below. 2. Components in the Demo and what they do ButtonReadXml – when clicked, it creates XMLReader object. A while cycle adds live by line the elements, checking the attributes count in the XML…
Read more
News

New for the IDE in RAD Studio 10.4.1

RAD Studio 10.4.1 is a quality-focused release, and this goes for the IDE! We’ve addressed many items including some very commonly requested changes; read more below. A ‘quality-focused release’ means one where we introduce very few new features, and focus 95% of our development efforts on quality. 10.4.1 has had a lot of work in the IDE and will be much smoother for you once you install.
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