C++DelphiRAD Studio

Easily Customize The Appearance Of The FireMonkey ListView Using The ListViewAddThumbAndCaption Cross Platform Sample App

Viewing your valuable data in a List with ultimate user experience becomes the essential need in Modern Desktop and Mobile Applications. Some of the usecase needs to toggle between the editingmode or viewing the list items with different appearance .e.g Selecting Multiple Contacts to delete from a Contacts List. Delphi/C++ Builder offers robust components to do the Job at Design time or Runtime…
Read more
C++CodeDatabaseDelphiIDERAD Studio

Learn How To Easily Work With Delphi Database Connection Definitions With This Sample

The ConnectionDefs property is a powerful tool that can be used to make your connections management simple and flexible, with the possibility of persisting and transport your connection’s parameters whenever you want, using these transportable files you can load and navigate between previously configured connections on self-contained .INI files, thus, you don’t have to worry about load…
Read more
C++DelphiRAD StudioTech Partner

Powerful Serial Communication Component for Delphi and C++ Builder on Windows

Some days ago I wrote about Comport for Firemonkey by WinSoft but even if you are not planning to use FireMonkey we still have a great component for you: Comport for Windows (TComport) by WinSoft.Let’s download the trial version from here and install it (don’t forget to close RAD Studio before). Features of TComport It’s easy to use and very powerfulCan…
Read more
C++DatabaseDelphi

Quickly Learn How To Connect And Manage A SQLite Database For Delphi/C++ Builder With SQLite Sample App

SQLite becomes popular for working with light weight embedded, mobile, IoT, and desktop applications. Do you want yourDelphi and C++Builder Applications to connect with SQLite Database? How to start? Don’t worry,FireDACoffers robust components to connect with MySQL Database. FireDAC.SQLLiteSample app demonstrates how to use FireDAC to work with SQLite…
Read more