Do you want to add enterprise-grade Wolfram Alpha features to your applications? You can easily use Wolfram Alpha in our C++ Software and Delphi applications by using Wolfram|Alpha API from the Wolfram Alpha with free 2000 requests monthly. It is a RESTful server and very easy to set up and get data in JSON format, which means we can easily use the REST framework to connect this data.
What is…
RAD Server CRUD Procedures - Part 3
June 18, 2021
In this RAD Server CRUD Procedures – Part 3 post we will show how to implement a FireMonkey (FMX) Client to call the RAD Server CRUD procedures and interact with the Employee Table.
In the part 2 post, we discussed modifying the default generated CRUD procedure…
From Bindings List to Visual LiveBindings
June 17, 2021
Having looked into Delphi’s expression engine, component bindings, and the bindings list component, we can now look at the easy and intuitive way to configure an application with dynamic bindings, the Visual LiveBindings design surface.
Over the past few weeks, I…
Many businesses today are looking to identify opportunities to increase efficiency in their business processes and expand opportunity by using apps on mobile devices. While this is positive, organizations must manage the initiative correctly to minimize risk of failure, as getting it wrong can cost much more than just the initial budget allocated for the project; in both time and money, it can…
Powerful Dashboards with REST API & Delphi MVC Framework
June 12, 2021
The Delphi MVC framework (DMVC) is a popular and powerful framework for web solutions, that allows the MVC architecture in an IDE software: Delphi. With it, we can create powerful RESTful servers without any effort. In this article, we will make a Delphi MVC example and…
RAD Server CRUD Procedures - Part 2
June 11, 2021
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…
Serkan Şahinoğlu started programming in 1995. He submitted his ForPrompt Studio showcase entry at the Delphi 26th Showcase Challenge and we interviewed him to get more insight into his experiences with Delphi. Head over to the ForPrompt Studio website for the product and how to use it.
When did you start using RAD Studio Delphi and how long have you been using it?
Since 1995, I have been…
Are You Using The Secret Alternative To SQLite?
June 7, 2021
I know the best way to traumatize a software developer who has been using Windows Tools for Developers for some time. You just show them this image:
The BDE Administration Manager. So many ‘happy’ hours trying to resolve “PDOXUSERS.NET is in use” messages and…
Alexandr Anicimov launched his first Delphi application in 2005. His application (Laser Flash Method) was a showcase entry at the Delphi 26th Showcase Challenge and we interviewed him for an insight of his programming adventure. Go over at the Laser Flash Method website to…
RAD Server CRUD Procedures - Part 1
June 4, 2021
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 procedure implementations from the RAD Server Package Wizard using both Delphi and C++ Builder, to show possible ways to…