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…
Take your Delphi & C++ Builder projects to the next level with Chakra JScript Engine!
August 31, 2020
Intro
Many Delphi developers adore the language integration options of the Embarcadero Delphi and C++ Builder. For instance, you can utilize Assembly language within the Delphi code by just opening asm scope. This is an inline assembly feature. Moreover, you can integrate…
Enable Windows Portable Devices (WPD) feature in your Delphi and C++ Builder Projects!
August 31, 2020
Overview
The Windows Portable Devices (WPD) feature allows computers to communicate with the attached media and storage devices. With the WPD, you can explore a device, for instance, smartphones, flash USB cards, and many more.
If you want to enable the WPD feature in…
When you start an enterprise-level project you need to integrate authentication options into your projects and at that time you can use Android Built-in APIs, for instance, KeyguardManager API which can be used 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 utilize Authentication for Android…
Intro
The FireMonkey Camera component, built by WINSOFT, allows you to configure all the available options of your Camera hardware. It includes Audio configurations, like Audio Compressor, available audio devices, and supports multiple video…