News

Moving from Delphi or C++Builder Community Edition to another edition

Note: Community Edition cannot coexist with another edition of the same version on one machine. UPGRADING FROM COMMUNITY EDITION TO PRO/ENTERPRISE/ARCHITECT The following covers the steps required to install Delphi, C++Builder or RAD Studio Professional edition, Enterprise edition or Architect edition if you currently have Delphi or C++Builder Community Edition installed. The steps…
Read more
C++

Learn to Program with Community Edition

Author: Rebekah D Get started programming with our Community Editions! Community Edition is our full-featured and free IDE to build applications for iOS, Android, Windows and macOS from a single codebase using the robust and easy-to-learn Delphi language. It’s…
C++

Introducing Delphi and C++Builder Community Edition

Today is a very exciting day for our community. For many years, we’ve gotten requests from Delphi and C++Builder users that they’d love to see a Community Edition of Delphi and C++Builder. For the first time ever, we are launching a full featured Community…
Delphi

Learn to Program with Delphi Community Edition: Part 4 - Designing User Interfaces

Last time we have talked about the importance of app architecture and layers of code. David went one step further and started to build user interface for our calculator apps. This week I’m going to catch up and we will discuss designing user interfaces (UI) for our apps. VCL and FMX Clearly user interfaces are of the highest importance for the user experience (UX) of our app. In Delphi there…
Read more