CodeDelphiRAD Studio

Powerful Dashboards with REST API & Delphi MVC Framework

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 create a dashboard through Serenytics using their REST API. What is a REST API? A REST API is an application program…
Read more
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
DelphiTech Partner

Native thumbnail and preview functionality for your software: ShellBrowser Delphi Components

The pain of finding the right file Let’s be honest: Searching for files in the file explorer or on your desktop can be very annoying. Especially if you are looking for a certain picture of – let’s say – your last holiday trip to Italy. Luckily, previews are a thing for a while now! The busy software user expects your program to present him or her a little preview of the file…
Read more
C++Code

LearnCPlusPLus.org :: Give Me Your Inheritance!

Hello C++ Developers,. It’s another milestone at LearnCPlusPlus.org, we started to add posts about the basics of Artificial Intelligence Technologies. Last week had a lot of great subjects again! This week here we answer these questions, What is Inheritance in C++?What is a Base Class? What is a Derived Class?What are Multilevel Classes?How can we create Hierarchical Inheritance?What is…
Read more