News

RAD Server and Enterprise Connectors

Connected Systems Many years ago I was the lead developer for a software development company that was a market leader in the leisure industry. Back in the day, we were using Delphi 3 and then Delphi 5 to create the software. The software was a complete CRM that interfaced with access control systems, card readers, ran in multiple languages, and offered everything from reservation management to…
Read more
Delphi

Design Patterns in RAD Delphi

Author: Bogdan Polak BSC What is a design pattern? While several definitions can be formulated, they all contain one universal message. In my opinion the most accurate definition is given in the Wikipedia: https://en.m.wikipedia.org/wiki/Software_design_pattern I would like…
News

RAD Server Samples in RAD Studio 10.2

With RAD Studio 10.2, we provide great RAD Server demo projects to get you started. With 10.2, you can deploy RAD Server to Linux servers, in addition to Windows servers. Below is a list of sample projects that highlight RAD Server’s capabilities and are designed to help you get started building your own solutions with RAD Server. Notes Resource Sample The first part of…
Read more
News

Delphi for Linux RTL units

Author: Didier Cabalé I want to follow up my blog post covering the Delphi Linux compiler with a second one focused on the RTL units that are going to be available in Delphi for the Linux platform. The System Name Space These are the units part of the System name space that…
C++

How to make RESTful WebBroker using C++Builder

Author: Andrea L59044 I used FireDAC because I wanted to make a DB connection to MySQL DB. Resource and suffix can be obtained with Request->PathInfo. So decomposePathInfointostd::vector<UnicodeString>and put it in. //// std::vector<UnicodeString> __fastcall TWebModule1::path_to_vector(String path_) { std::vector<UnicodeString>…
Read more
News

Web Front End Frameworks webinar

Author: StephanM Delphi and C++Builder are amazing at building native multi-platform apps. There are also a great collection for Frameworks for building GUI web applications. This webinar will look at building high performance, feature rich web GUIs with your favorite…
News

Learn How to manage Exif from graphic files with Delphi app - with Andrew Sovtsov - CodeRage XI

Author: Ellajohn Almost every digital image contains very valuable EXIF metadata about any parameter of the shot, light conditions, camera settings and even GPS coordinates. It would be extremely helpful to be able to extract, save to a database and use this metadata for further analysis. In this session you will meet a little sample application to do it which was developed with RAD Studio…
Read more