Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

Introducing Additional RAD Server Deployment Options

Over the past few months, we have seen a significant increase in interest and adoption of RAD Server, Embarcadero’s REST-based Web Service solution. We think this is due to the many additional features we’ve added to RAD Server in recent releases to further simplify development and offer additional capabilities to the engine, but also due to the bundling of deployment licences with RAD Studio…
Read more
DelphiNews

5 Unique Delphi Features For Windows 10

In my previous post I focused on InterBase 2020 and outlined five good reasons why InterBase should be your next database engine. In this post I want to look at five awesome additions to Delphi that help you write lean, modern and fully compliant Windows 10 applications. To…
Delphi

SyncBack Pro - Cool Apps Selection

Today’s CoolApps selection is SyncBackPro, from 2BrightSparks. This utility is a remarkable tool that allows users to back up and synchronize their data across multiple operating systems. Even cooler, it supports a huge number of popular cloud-based storage…
News

Creating and connecting to MSSQL Database on Azure with Delphi / C++Builder

I have been asked multiple times recently about connecting to a Azure databases with Delphi and C++Builder. So….I decided to make a video! Which even shows how to use the data directly at design time in the RAD Studio IDE. The video follows the the 3 phases. Creating an account Creating a database Connecting to the database from the RAD Studio IDE Creating an Azure Account The first…
Read more
News

Five Reasons to use InterBase in 2020 and Beyond

InterBase is, and continues to be, one of the hidden gems of the relational database world. From its inception in the early 1980s, through mainstream adoption and evolution under Borland, InterBase looks back at a track-record that spand decades; at times defining the…
C++

RAD Server Academy Course - lecture 7 extract - Returning JSON using JSONValue and JSONWriter.

I’ve uploaded an extract of me RAD Server Embarcadero Academy course Lecture 7 –Returning JSON using JSONValue and JSONWriter. This video clips will give you an example of one of the lectures that are included in the Delphi and C++ courses. The clips (on my YouTube channel) show you how to use JSONWriter to output rows and columns of database data as JSON data. There are clips…
Read more
News

Attributes for Documenting TEMSDataSetResource

I recently blogged about a number of RAD Server topics, including using TEMSDataSetResource, (the component that enables a TDataSet to be expose as a RESTful resource, and manage all the List, Get, Put, Post, Delete methods – very cool!), how to set named parameters for…
C++

Reg Organizer - Cool Apps Selection

Reg Organizer – Cool Apps Selection Today’s CoolApps selection is Reg Organizer, by ChemTable Software. As the name suggests, it is a utility to help customers organize and optimize their system registry. Reg Organizer was developed in RAD Studio using C++Builder…
News

RAD Studio 10.3.3 Indy Server SSL Certificate Patch

Embarcadero just released a patch for RAD Studio 10.3.3 for a problem caused by a regression in our copy of the Indy library and related to Indy servers on the Windows platform as they load SSL certificates.The issue was reported on Quality Portal asRSP-27144. The patch is available for download athttps://cc.embarcadero.com/item/30906. The patch includes source code…
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES