C++DelphiTech Partner

Set of utilities for Delphi and C++Builder to speed up your development process

Intro When you start building any project, you might end up creating functions to use in several points of your application. Maybe you develop a set of code snippets. Utilities are an important point of connection between your software and the device it runs on, but what if you didn’t have to create them yourself? WinSoft offers a Utils library that gives you a bunch of functions to…
Read more
C++DelphiTech Partner

Efficiently Manage KeyguardManager API in your Delphi FireMonkey Android Projects

When you begin an enterprise-level project, you must integrate authentication options into your projects. At that point, you can use Android Built-in APIs, such as the KeyguardManager API, to lock and unlock the keyguard in your Delphi or C++ Builder FireMonkey Android application. To handle this API from your FireMonkey project, we can use the WINSOFT Authentication for Android library. This…
Read more
NewsTech Partner

Don’t Underestimate Desktop Applications

Desktop applications have been undervalued for a long time. All attention was reserved for web and mobile. While both Microsoft and Apple made strides to evolve the desktop, there has been far less energy and economic momentum behind that platform. Today the maturity of web…
DatabaseDelphiRAD StudioTech Partner

Super fast CSV files processing with WinSoft CSV Library

The comma separated values format (CSV) has been used for exchanging and converting data between various spreadsheet programs for quite some time. It can be used as an Import/Export feature on multiple old and modern applications. And we could say is the de facto standard for data exchange between all architectures of computing. Creating and manipulating CSV files in Delphi is quiete easy using…
Read more
DelphiRAD StudioTech Partner

Super Fast JSON Processing In Delphi With Winsoft.sk JSON Library

JSONis a text-based data format following JavaScript object syntax, which was popularized byDouglas Crockford. Even though it closely resembles JavaScript object literal syntax, it can be used independently from JavaScript, and many programming environments feature the ability to read (parse) and generate JSON. JSON exists as a string, and is useful when you want to transmit data…
Read more