CodeDelphiRAD Studio

Library For Authentication For iOS By WinSoft

Introduction Authentication for iOS is a biometric authentication library for iOS. It uses the LocalAuthentication framework. 2. Components in the Demo and what they do The Demo is very simple. It contains one button that calls the authentication process. As well as TMemo that confirms whether the authentication is successful or not and one TPanel with a checkbox…
Read more
C++CodeDatabaseDelphi

3 Libraries for improving Existing Applications built with Delphi

One topic I get increasingly asked about Delphi Programming when developers are migrating to the latest version of RAD Studio is “quick ways to improve their applications”. So in this post, I am going to summarise 3 favorites by focusing on the libraries in RAD Studio. If you are new to RAD Studio, then I would also recommend reading these, as they are very easy to implement and provide quick…
Read more
C++DelphiRAD Studio

Generate 90+ Barcode Styles in Delphi With Only 3 Lines of Code

Barcodes provide an indispensable tool for tracking data. From inventory system, shipping tracking, movie and parking ticket to patient identification, barcodes are being used everywhere. Barcodes greatly aid in error reduction because of the lack of human intervention in the data entry process. Reading barcodes can be done in a fraction of a second. On the other hand, generating barcodes used to…
Read more
DelphiIDENews

New for Delphi Code Insight in 10.4.1

Delphi 10.4.1 is a quality-focused release, and this goes for code completion too! As well as helping you mimic classic code completion behaviour, we’ve fixed and tweaked many items. When RAD Studio 10.4 was released, we redesigned Code Insight. While old (‘classic’) code insight is still available as a setting, by default Delphi now uses an asynchronous, non-blocking technology for…
Read more