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

Visualize JSON using TTreeView

Author: h.mohri I tried a program that reads a JSON file in C++Builder VCL and displays it in TTreeView component. This project file is open to public from github. github.com/mojeld https://www.microsoft.com/store/productid/9PLPHK05PJF7 Place two TSpeedButton, TTreeView, TMemo, TActivityIndicator, TOpenDialog, TImageList. ImageList1 has an icon for displaying in…
Read more
News

FireMonkey Native and Custom Styles in Action - Video

This video shows building a profile screen for your multi-device application using the FireMonkey framework with both native UI support and custom styling. Highlighted in the video are custom multi-device styles included in Embarcadero’s premium style bonus pack and…
C++

May 2017 Roadmap Commentary from Product Management

We just published the May 2017 Delphi, C++Builder and RAD Studio roadmap which we’re really excited about. In our roadmap, you can find the key features that we planned for calendar year 2017/2018. The plans are aligned with Embarcadero’s fiscal year which starts April 2017 and ends in March 2018. We generally plan to update our roadmap every 6 months. We wanted to take this…
Read more
Delphi

Custom Fonts on Android with Delphi 10.2 Tokyo

Author: Landerson Gomes See in this post a quick video on how to distribute your App with custom fonts on the Android and provide even more attractive user interface customization. Video Subscribe to my YouTube channel: youtube.com/landersongomes6 Click the link and go…
Delphi

Adding a custom style selector to your VCL application

Adding a style selector menu to your application only takes a couple of lines of code and allows you to quickly update your existing user interface while providing added flexibilityto your customers. To add a style selector, I added a combobox to the form with the following code: uses VCL.Themes; procedure TForm9.StyleSelectorChange(Sender: TObject); begin …
Read more
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…
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 10.1 Berlin, I was able to prepare this prototype and communicate with the server for a total of 14…
Read more
C++DelphiNewsRAD Studio

What You Can Do With RAD Studio 12.2

RAD Studio 12.2, released on September 12, 2024, has changed the development game again. How? With features never before seen in the IDE, like embedded access to AI-assisted coding, and with…

IN THE ARTICLES