Getting the getter and setter of a property using RTTI
Introduction One of the limitations of the TRttiProperty class is which not expose any direct relation between the property and the getter and setters. On this post we will check out how we can access...
View ArticleImportant Note about using the Google Maps API from Desktop Apps
If you are experimenting some strange issues (maps goes blank, some elements of the maps are not displayed) using the Google Maps API from a desktop application. This is because the JavaScript API v3...
View ArticleUsing the Network List Manager (NLM) API from Delphi
The Network List Manager (NLM) API (introduced on Windows Vista) allows you to retrieve a list of available connections and properties of each network .Also the NLM API support notifications (events)...
View ArticleDITE supports RAD Studio 10.1 Berlin
I just updated the Delphi IDE Theme Editor adding support for RAD Studio 10.1 Berlin. Also this new version of DITE includes a improved thumbnail generator and a option to change between compact and...
View ArticleDIC supports RAD Studio 10.1 Berlin
Hello Folks, I just uploaded a new version of the Delphi IDE Colorizer (DIC) plugin with support for RAD Studio 10.1 Berlin. DIC is a styling plugin for the RAD Studio IDE which allow you customize...
View ArticleTListView OwnerDraw compat with Windows UI & VCL Styles
There is a lot of resources of how ownerdraw a Delphi TListView, but most of them are deprecated and don’t take into account the VCL Styles and the StyleServices. So on this post I will show you how...
View ArticleVCL Styles Utils supports RAD Studio 10.2 Tokyo
The new release of the VCL Styles Utils project now is compatible with RAD Studio 10.2 Tokyo . This new version also improve the support for the Windows 10 custom Styles. Check this TOpenDialog styled...
View ArticleTSMBIOS now supports Linux via Delphi 10.2 Tokio.
I just uploaded a new version of the TSMBIOS library with support for Linux via Delphi 10.2 Tokio. You can found a full description of the project in the Github site. Check these screenshots of the...
View ArticleDITE and DIC now supports RAD Studio 10.2 Tokyo
Hi, I just uploaded a new version of DIC (Delphi IDE Colorizer) with support for RAD Studio 10.2 Tokyo. Check the next screenshot of the Delphi IDE styled with the Glossy VCL Style. (click to...
View ArticleNew VCL Styles from DelphiStyles.com
A few days ago KSDev launched a new site, DelphiStyles.com, this new place offers new FMX and VCL Styles. I tested the VCL Styles bundle and are just great, the themes looks modern, sleek and...
View ArticleVCL Styles Utils – New version
Hello, I just uploaded a new version of the VCL Styles Utils library which include 2 important fixes for the styled menus. First a very nice contribution from gandf which fix the draw for long...
View Article