Visualize JSON using TTreeView
May 27, 2017
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…
In this post, we’ll show you a list of free Delphi libraries, utilities and examples with full source code available from WinSoft. Many are Windows-specific, but there are some Android-specific ones too. A lot of really useful code here. Thanks to Erik Salaj.
Update…
May 2017 Roadmap Commentary from Product Management
May 17, 2017
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…
Custom Fonts on Android with Delphi 10.2 Tokyo
May 12, 2017
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…
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
…
Icons8 and Delphi GUIs
May 7, 2017
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…
DEMO APP MANAGEMENT POST FUEL
May 7, 2017
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…