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

Learn How The Delphi RTL Improves Efficiency With Fewer Lines of Code

Delphi RunTime Library gets enhanced with each new Delphi release, but often these improvements hide behind many flashier features. In this session, you can find out some of these fantastic RTL features. For instance, you have this Delphi code: if value = 0 then Result := 'Zero' else Result := 'Non-Zero'; As you can see this is 4 lines of code. You might have seen that in…
Read more
C++DatabaseDelphiRAD Studio

Create Robust Enterprise-Grade Windows Applications With The Enterprise Connectors For Delphi

Rapidly create and deploy powerful Delphi & C++ Builder Apps with native and feature-rich high-performance Data Access Components. What can you do with these components? Create Big Data & NoSQL Applications with Delphi/C++ BuilderGet Access to Marketing tools and social media services easilyImplement Collaboration tools in your Delphi and C++ Builder applicationsUtilize CRM & ERP…
Read more
CodeDelphiRAD Studio

Learn How to Deploy Flexible Optical Barcode Recognition For Delphi VCL On Windows With WINSOFT Library

Introduction OBR (Optical Barcode recognition) is a VCL type library (Windows platform only). Its main purpose is to decode QR code and Barcode images. In the next short video you will see installation instructions: 2) Components in the Demo and what they do There are two panels. One is at the top, containing the button for the picture choise. In the middle there is a…
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES