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
Delphi

Delphi Community Edition

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 paso más. Se podrá disfrutar de una versión completa, con desarrollo multiplataforma (Windows, Android, iOS y macOS), acceso…
Read more
Delphi

Learn to Program with Delphi Community Edition: Part 1 - Introduction and Installation

This blog post is the beginning of the “Learn to Program in Delphi” series. We are expecting that you have some previous experience in programming, but not in Delphi. In this five part series we are going to take you through the process of building a simple “calculator” application. This series has a counterpart in C++ using the same example project, so head over here if…
Read more
Delphi

How to customize URL in Datasnap REST servers

Author: Landerson Gomes In this post I discuss how to customize the URLs generated by the Datasnap REST server. Challenge A major challenge in building APIs when using Datasnap is to generate URLs so that documentation, understanding, and versioning is easy. I’ve always been particularly bothered by the “datasnap / rest / TServeMethodName” automatically generated by Datasnap…
Read more