DelphiRAD StudioWebinar

Delphi's 29th Anniversary Webinar Replay And Slides

Well, that was a lot of fun! We just had an amazing “not your usual webinar” event where we celebrated the anniversary of 29 years since the release of Delphi. We covered all the sorts of things you would expect with a great presentation of the history of Delphi 1 by Marco Geuze of GDK Software as well as a look through some of the less usual things Developer Advocates like myself get…
Read more
C++

Learn to Program with Community Edition

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

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…
Read more
C++

Jump start your IoT solution with ready-to-use components

Let’s say for example that you want to create a heart rate monitor app. You’ll need information about the heart rate GATT profile to connect to andcollect data from the bluetooth enabled HR monitor device. GATT profilesare high level definitions that define how to use standard services in your applications. The heart rate GATT profile is used for fitness or health…
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…
Delphi

ACCESSING GOOGLE FIREBASE CLOUD FIRESTORE

Author: Landerson Gomes In this post an example of native Delphi component access to Google Firebase Cloud Firestore. Check out the video and download the sample sources. Check out the original post at (in portuguese): Acessando Google Firebase Cloud…
Delphi

Test Unitarios; Framework DUnitX (Entrega 4)

Author: Germán Estévez Completamos con esta entrada la serie sobre test unitarios, centrándonos en el Framework DUnitX, que es el que actualmente embarcadero recomienda y se incluye en las últimas versiones de Delphi. Test Unitarios; Introducción (Entrega 1) Test Unitarios; Framework DUnit (Entrega 2) Convertir Test de DUnit a DUnitX (Entrega 3) Test Unitarios; Framework DUnitX (Entrega…
Read more