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: These links are broken, but you may find some of them on Internet Archive.
.NET Framework Detect – Shows versions of…
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…
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…
“Q. I’ve installed and registered C++ Builder or Delphi, yet when it starts I am brought to a web page with the error “Product or License Validation Error”. How can I fix this?
By far the most common cause for this error is having files or applications not provided by Embarcadero that are copied into the bin folder below where RAD Studio is installed. Only files provided by…
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…
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…
Dark Side of the TDataSet
May 5, 2017
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 well-known pieces of knowledge. Pieces which I did not find online or in the most popular Delphi books, but those that are…