News

Webinar Replay: What you need to know about UX Design for Mobile IoT applications

The Internet of Things (IoT) is one of the hottest topics in the tech world today. The ability to connect everyday objects to the internet and control them with an application or your voice is a true game-changer for end users. With all the connectedness though, there are new challenges that have emerged for the mobile devices that bind this all together. Mobile applications have become a…
Read more
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…
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 in July 2018) copy files under the main application folder, most likely something like C:\Program Files…
Read more
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…
C++

August 2018 Roadmap Commentary from Product Management

2018 has been a very exciting year so far for Embarcadero. In our roadmap, you can find the key features that we’ve planned for calendar year 2018/2019. Before we get to the details of our updated roadmap, we wanted to recap what we’ve delivered so far: Back in March, we…
Delphi

Upload An Attachment To SalesForce With The Delphi 10.2 Tokyo Enterprise Connectors

I am working on a project that utilizes the Embarcadero Enterprise Connectors powered by CData to access SalesForce through it’s API. The Enterprise Connectors provide you a wide variety of connectors for quickly and easily accessing APIs like SalesForce, Google AdWords, Mailchimp, Facebook, Azure, YouTube, and many many more. The Enterprise Connectors work through FireDAC and give you an…
Read more
News

Opening a PDF on Android with Delphi

Intents on Android using API 26 to open PDF documents. The Google Play store recently updated its requirements, so new apps were submitted with an API level of 26 as the target. While this was relatively simple to accomplish by updating the AndroidManifest.Template, the…