Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

Icons8 and Delphi GUIs

Author: Pawe Gowacki Designing graphical users is a combination of different skills. Probably the artistic angle is the most important, but user experience comes close. In Delphi Rapid Application Development paradigm there is hardly the prototyping phase. Your roughdesigns very quickly turn into production applications. The key element in visual GUIs are graphics assets and specifically…
Read more
Delphi

DEMO APP MANAGEMENT POST FUEL

Author: Landerson Gomes Video Demo of a prototype project of the Fuel Station Management App. Project One partner asked me for a mobile application for fuel station management that interacted with a server application that already exists and is in production. Using Delphi…
Delphi

Dark Side of the TDataSet

Author: Bogdan Polak BSC Declaration Why this blog I continue the series of introductory articles into the architecture focused on Delphi environment. I was planning to start this blog with a series of posts that may not be revealing, but allow you to put together a…
News

Delphi on Raspberry Pi

[Part 1] [Part 2] Part 1 The Raspberry Pi is an example of a single board computer. These low-cost hobby or project computers are a prime staple of the Internet of Things. More powerful than an Arduino, but not a full desktop. They often have limited or specialized hardware, but their small size and low cost make them ideal for embedded application development. Delphi supports both ARM and…
Read more
News

Build Healthcare Apps with Delphi and FireMonkey (FMX)

Today Healthcare is one of the hottest areas for Technology innovation. It is globally a $6B opportunity based on startup funding trends, which is a lot, but there is also a $3 Trillion industry to transform! Delphi has a particularly strong presence in Healthcare.
Delphi

Creating a profile screen for your mobile application

I am using the following components on my form: TTabControl with 3 tab items TabItem3 consists of: TCircle with the stroke color set to match the toolbar color and a profile photo as the fill TToolbar with multiple Speedbuttons and the screen title Multiple labels on the form TListBox with several list items, each with a custom bitmap and a Listbox search header. TStyleBook…
Read more
Delphi

Try Delphi on Amazon Linux.

Author: h.mohri I tried Delphi on Amazon Linux. Amazon Linux is Linux that exists only in the instance of EC2(AWS). “Free tier eligible” can be used. [Create an instance.] Select Amazon Linux from EC 2 and create a new instance. It is possible to connect…
C++

How to use Android Service(TAndroidService) in C++Builder

Author: h.mohri [Make a new project for Android service.] File→New→Other NewItems→Delphi Project→Android Service. After making the above selection, click OK. Select a “Local Service” and click OK. TDM class that inherits TAndroidService will be created. Place the TNotificationCenter. Create an OnStartCommand event and write the code. //// function…
Read more
DatabaseInterBaseNewsRAD Studio

Why Join The InterBase VAR Program in 2024

InterBase is Embarcadero’s signature award-winning database, designed to integrate seamlessly through multiple editions with RAD Studio for multi-platform, multi-device…

IN THE ARTICLES