Author: Yilmaz Yoru
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…
Delphi Community Edition
July 20, 2018
Author: Germán Estévez
La comunidad Delphi llevaba tiempo demandando esta versión de Delphi y finalmente Embarcadero se ha decidido a dar ese paso. Hace tiempo que disfrutábamos de la versión Starter, pero con la “Delphi and C++Builder Community Edition” se da un…
If you are using FireDAC and building your SQL queries manually you may be using more verbose code than is needed. FireDAC has a feature called Macros which allows you to do a variable substitution in your SQL query similar to parameter substitution but for raw SQL. However…
A vulkan header generator for Delphi.
July 19, 2018
Author: Craig Chapman
What is darkVulkanGen?
A handful of months back, I began working on a game engine for Delphi named darkGlass.
see:
http://chapmanworld.com/darkglass/
https://github.com/chapmanworld/DarkGlass
At that time I’d intended to write the rendering part of the game engine using OpenGL, however, for a variety of reasons I decided to use Vulkan instead.
Vulkan is a modern graphics…
Embarcadero launches Delphi Community Edition
July 19, 2018
The release of Delphi Community Edition is fantastic news for the Delphi language, the developer community, the partners, and the entire ecosystem. We hope it will help new developers (students, hobbyist, open source developers, and someone starting with mobile store…
Celebrating Five Amazing Years with Embarcadero
July 19, 2018
This month I am celebrating my five-year anniversary with Embarcadero Technologies. It’s been an amazing adventure and I am looking forward to more. I saw a graphic similar to the following today and it reminded me how great it is to be doing what I am doing (plus I love…
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 overall architecture of your app. This typically involves breaking your app into smaller parts and in code a typical metaphor is a…
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…
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…
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 the perfect way to get started learning a new programming language or explore multi-device app development. Embarcadero’s…