News

8-Weeks Delphi Community Edition Bootcamp Starts Next Week

Delphi CE Bootcamp is an 8 week FREE instructional lecture covering many different areas of Delphi development and focused on new developers as well as existing ones. The series beginsnext week, and I’m the first instructor. Lectures will be posted each week on each weeks topic and lecture replays will be available if you’re not able to attend during a week. We expect to have…
Read more
News

New CData Connectors For August 2018

Since last year, Embarcadero has teamed up with CData to offer easy to use FireDAC connectors for many web and cloud services, including data repositories, business services, social media and much more. These connectors are available at a flat fee and two packs, Enterprise…
News

Delphi Blogs of the Month #61

Embarcadero Updates Embarcadero released Delphi Community Edition, a great step to get the product back to students and hobbyist with support for mobile platforms in a free edition, for non-prossional developers. The release has been very well received and had a large number of downloads, but we are asking all Delphi developers to spread theword. We have released an updated roadmap for…
Read more
News

RAD Studio 10.x Files Permissions Patch Released

Embarcadero has just releasedRAD Studio Files Permissions Patch, applicable to all versions of RAD Studio 10, 10.1.x and 10.2.x installed using the GetIt web-based installer. The GetIt-based installers (up to but excluding RAD Studio 10.2.3 build 3231, made available…
News

RAD Studio August 2018 Roadmap

With this article the RAD Studio PM team is introducing an updated roadmap for Delphi, C++Builder and RAD Studio. This August 2018 roadmap includes plans for the second part of this year and the key focus areas for next year. Alongside, we have also published an August 2018…
News

RAD Server: Beyond the Basics Webinar Replay and Code

Last week’s webinar on RAD Server was well attended, which is great because we see increased interest in the RAD Server technology. We have great plans for it for the coming release! Watch the Webinar Replay The video of the webinar is on YouTube athttps://www.youtube.com/watch?v=NculJwVfKKA Get the Demo Source Code Source code for the demos I showed during the sessions are on…
Read more
News

RAD Server: Beyond the Basics Webinar Tomorrow

Over the last few months and the 10.2.x updates, RAD Server has been extended with several new features. But the technology also has several other advanced features we rarely discuss, because the typical one hour webinars we doare often only enough to cover the basic…
News

Embarcadero launches Delphi Community Edition

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…
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