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
News

Delphi Blogs of the Month #59

I have already blogged specifically about the 10.2.3 release, the patcheswe delivered for it, and linked to the collection of related articles in the community site athttps://community.embarcadero.com/blogs/tags/tag/10-2-3. In particular, the launch webinar reply is available at https://community.embarcadero.com/blogs/entry/10-2-3-webinar-replay. Not much else to add, if not that it…
Read more
News

BEAM is Embarcadero's March Cool App Winner

Woll2Woll’s BEAM (Beacon External Advanced Mapper)makes RAD Server’s BeaconFence technology so much more flexible, and it is the March 2018 Winner of our Cool App contest. With RAD Server and BeaconFence it is easy to create an application that accurately tracks…
News

Creating Better Blogs

Author: Rebekah D Choose Your Adventure/Topic Most posts here are going to fall into two categories: Descriptive and How-To. Descriptive blogs introduce and discuss a feature but do not necessarily show developers how to use the new feature. We see this most…
News

Why create mobile apps in C++

There are a wide variety of languages used for mobile development: Swift, Objective C, Java, Kotlin, Delphi, C#, and C++. What are the reasons to choose C++? Consider a language along three axes: expressiveness, conciseness, and performance. An expressive language allows you to easily write powerful concepts in code. It is easy to manipulate data in useful ways. ‘Data’ is any variable(s) your…
Read more
News

Sencha EXT JS Web Client + RAD Server 10.2.3

In this post, we’ll look at the stepsto use the Sencha ExtJS library to create a Web Client to connect and get data from our RAD Studio’s RAD Server (also available with Delphi and/or C++ Builder)! Before We Get Started: In…
News

RTL Enhancements in RAD Studio 10.2.3

As listed in the “What’s New in 10.2.3” DocWiki page,http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_3, among the changes, new features, and fixesin the latest update of 10.2 Tokyo. One of the added features isMIME support improvements for the REST Client library. This was achieved by adding a new internal TMimeTypes class to handle the…
Read more