Subscribe to this list via RSS Blog posts tagged in Community Edition

Posted by on in Blogs
Create App Store ready apps with Community Edition Start building visually stunning multi-device applications right away with these great tools accessible from the IDE’s Welcome Page.   TIP: If you accidentally close the Welcome Page, you can reopen it by going to View > Welcome Page.  This article covers the following: Guided Tour in the IDE Code Samples and Mobile Snippets Stunning, ready-to-use Application Templates Guided Tour The Guided Tour is a step-by-step bubble pop-up tour that introduces you to the ...
Delphi CE ve C++ Builder CE TOPLULUK SÜRÜMLERİ YAYINLANDI Delphi CE (Community Edition) ve C ++ Builder CE Topluluk Sürümleri yayınlandı. Geliştiricilere ilk günden entegre ve profesyonel düzeyde geliştirici araçları sağlayor. CE Topluluk Sürümünü kimler kullanabilir: - ücretsiz geliştiriciler, - yeni başlayanlar, - öğrenciler, - ve kar amacı gütmeyen kuruluşlar için 5000$dan daha az gelir olan ekipler ve en fazla 5 geliştiricili startuplar. CE Sürümü bir yıllık dönem lisansıdır. https://www.embarcadero.com/products/cbuilder/starter ...

Posted by on in Blogs
Новая сборка 10.2.3 Пользователи Embarcadero привыкли, что расширение возможностей, выпуск новых версий также сопровождается исправлением очередной порции багов и недочетов из списка на Quality.embarcadero.com. Это связано с выпуском новой сборки дистрибутива - проверки, упаковки и размещении на сайте сразу двух вариантов инсталлятора - WEB и ISO. В связи с выпуском новой редакции Community Edition оба этих дистрибутива также были обновлены, несмотря на то, что версия продуктов осталась той же - 10.2.3. С момента ...
Embarcadero lanza ediciones Community gratuitas de C++Builder y Delphi HOUSTON – XX de julio de 2018 – Embarcadero (una división de Idera, Inc.), proveedor de herramientas de productividad para desarrolladores de aplicaciones multiplataforma, anunció hoy la disponibilidad de ediciones Community gratuitas de sus productos C++Builder y Delphi, para que acceder a herramientas de desarrollo de aplicaciones de calidad sea más fácil para los aspirantes a desarrolladores y aquellos que deseen aprender nuevas habilidades. Diseñada para desarrolladores independientes, empr...

Posted by on in Blogs
Podcast en Español - Community Edition En NoSóloDelphi han regresado de las vacaciones "podacasticas" para hablar de esta importante noticia, el lanzamiento de "Community Edition". En el Podcast cuentan algunos detalles correspondientes a ésta la nueva edición gratuita que Embarcadero ha lanzado con el fin de llegar a más personas, entre ellos estudiantes, emprendedores, curiosos y en sí todo el que desee. Para mí esto marca un antes y un después en la historia de Delphi... Para escuchar el episodio puedes entrar en...
Posted by on in Tools
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 Edition. It is a path for new developers to experience the amazing capabilities of Embarcadero’s developer tools and rediscover Delphi. Nothing comes close to the satisfaction of building an app with the UI tools that we deliver and th...
Delphi/C++Builder Community Edition - kostenfreie Edition für nicht kommerzielle Zwecke   Einige Fragen&Antworten F: Wo bekomme ich die Community Edition? A: Auf der Webseite von www.embarcadero.com. Es gibt eine Delphi Edition und eine C++Builder Edition. Beide zusammen lassen sich *nicht* installieren. Delphi: https://www.embarcadero.com/products/delphi/starter/free-download C++Builder: https://www.embarcadero.com/products/cbuilder/starter/free-download Hinweis: Die URLs haben weiterhin "Starter" im Namen..... Starter, die mit der Community Edition "starten" w...
Learn to Program with Delphi Community Edition: Part 5 - Putting the Calculator Together Welcome to the last episode in the "Learn to Program with Delphi Community Edition" series. In the first four episodes we have covered "Introduction and Installation" of the free Delphi Community Edition, then we moved to IDE basics in "Building in Debugging". In "Architecture and Layers of Code" the key concepts of proper app structure were discussed and in the last episode we have started "Designing User Interfaces". Application Logic In the previous episode we have created the calculator pr...
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 are two libraries for building user interfaces. There is the Visual Component Library (VCL), which is p...
Learn to Program with Delphi Community Edition: Part 3 - Architecture and Layers of Code 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 overall architecture of your app. This typically involves breaking your app into smaller parts and in code a typical metaphor is a "layer" or "tier" of code. Even in the simplest possible app there could be at least two layers: one for t...

Check out more tips and tricks in this development video: