C++DelphiInterBaseRAD Studio

RAD Server CRUD Procedures - Part 2

In this Part 2 post, we will discuss modifying the default generated CRUD (CREATE, READ, UPDATE, DELETE) procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, PutItem and DeleteItem REST Endpoints. In the Part 1 post, we discussed the default generated CRUD procedure implementations from the RAD Server Package Wizard. In the Part 3…
Read more
C++CodeDelphiRAD Studio

RAD Server CRUD Procedures - Part 1

In this RAD Server CRUD Procedures – Part 1 post, we will discuss the the default generated CRUD procedure implementations from the RAD Server Package Wizard. In the RAD Server CRUD Procedures – Part 2 post, we will discuss modifying the default generated CRUD…
CodeDelphiNews

Low Code App Wizard for Delphi

Low code app development is increasingly popular today, and for good reason: it speaks to the demand for software paired with the difficulty of creating it. In many ways, Delphi led the low code revolution: RAD, where you build software by connecting components in a visual…
News

GM Update! Quality and Access!

Idera Developer Tools Family Grows Idera Developer Tools continue to grow with the recent acquisition of apilayer (www.apilayer.com), which provides a variety of high performance api offerings ranging from geolocation to currency rates. We have aggressive ambitions to further expand our portfolio, including products that complement Embarcadero’s RAD Studio. As the complexity of the business…
Read more
C++

Learn To Use ExchangeRates API With REST In C++ Builder

Do you want to add live exchange rates features to your applications? You can easily get live exchange rates in our C++ Builder and Delphi applications by using ExchangeRates API from theexchangeratesapi.iothat is free for 250 requests monthly. It is very easy to…
C++Delphi

Easily Deploy RAD Server With Windows And Linux Installers

I’ve been demonstrating complete, industry-ready RAD Server solutions. The Field Services Industry template, for example, includes REST endpoints to which the Field Service Admin and Field Service App connect. It stores its databases on the backend with InterBase. Or theHospitality Industry templatethat includes a mobile client application for collecting survey data, a…
Read more
News

RAD Studio Guide For Managers Whitepaper

Stephen Ball is a Chartered IT Professional and Embarcadero MVP who has led development teams for over 15 years within the UK, Europe and beyond, working with a range of blue-chip companies. He originally spent six years at Embarcadero as Senior Technical Pre-Sales Engineer…
DatabaseDelphi

ORM For Delphi

Object Relational Mapping is the idea of being able to write queries using the object-oriented paradigm in your preferred programming language. So this means we are trying to utilize our language to talk with the database instead of using SQL. Why utilize ORM? It…
DelphiNewsShowcase

Winners of the Delphi 26th Showcase Challenge

So many great entries for the Delphi 26th Showcase Challenge! There were 170 entries covering a wide range of project types. Everything from games and multimedia to line-of-business and consumer software. Both on VCL on the desktop and FireMonkey on mobile platforms. It is so easy to get wrapped up in our view of what Delphi is useful for, we sometimes miss its amazing flexibility. I recommend…
Read more