News

Open Innovation, RAD Server and Enterprise Connectors

The sheer volume of data that is collected has exploded in recent years thanks to digitalization and modern cloud architectures that support massive data collection, and encourage widespread cross-sharing of data. The growth trend of having applications with easily accessible API’s, provide a rich base for rapidly adding functionality, and choice of functionality to new applications, based on…
Read more
News

Developer Direct – IDE Special – 8th April

David, Marco, and I are back again on Wednesday 8th at 11amBST / 12pm CEST to talk about Development within the RAD Studio IDE. After the previous session talking about working from home under Covid19, we asked for input on what you wanted to discuss. From the ideas…
News

Developing from home

Working from home – webinar replay As software developers, on the whole, it’s relatively simple to switch to working from home, and many of us work from home regularly, or all the time. However, with a quarter of the world’s population already in lockdown, the…
News

Musings from March – Inc Denmark and Poland

This month has seen an ever-changing global situation with the outbreak of the coronavirus. The first timethat I can remember I had to radically change / cancel a live event due to circumstances out of our control. At the start of March we were keeping an eye on the news to see how the spread of the coronavirus had impacted Denmark. With only 2 cases in Denmark, the advice at the time was…
Read more
News

Delphi is turning 25!

This week, Delphi is turning 25, and as part of the celebrations, members of the community have been encouraged to share their stories about Delphi, what they love and how it has helped their careers. Delphi was originally launched on the 14th of February 1995, while I was…
News

Creating PDF Reports in RAD Server

Creating PDF Reports in RAD Server Reporting is a critical aspect of any enterprise application, but the data and the programming components to create reports are not always available on all platforms? It took a little trial and error to work out the best path to create…
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

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

Adding Tools into the IDE

Adding tools into the RAD Studio IDE. Now, this isn’t new! But, this week in Sweden, I spoke to a developer who has been using Delphi for years and didn’t know about this handy trick. As I am currently working over a series when I’m developing a RESTful backend and client, it makes sense to show how to add the REST Debugger into the IDE menus. “Configure Tools” inside RAD Studio At the…
Read more