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…
Learn to Program with Community Edition
July 18, 2018
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…
Introducing Delphi and C++Builder Community Edition
July 18, 2018
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…
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…
Learn to Program with Delphi Community Edition: Part 3 - Architecture and Layers of Code
July 18, 2018
This is Part 3 of our five part “Learn to Program” series. In Part 2, we created “DelphiSuperCalculator” project and learned how to build, run and debug it.
Layers
Before rushing into writing code it is a good thing to step back first and think about the…