Intro
Optical Barcode Recognition (OBR) or Optical Character Recognition (OCR) technology has been utilized in many commercial applications. The fonts are electronically scanned and digitized into ASCI characters. Hand-held scanners also allow the user to have the ability to examine data, for instance, locating and reading the International Standard Book Number (ISBN) found on most published…
Promote the FREE Desktop First UX Summit
September 3, 2020
The FREE Desktop First UX Summit is fast approaching on Sept 16th & 17th. This is your chance to learn from the best UI & UX industry experts and practitioners and take your desktop applications to the next level. Move beyond the Mobile-First design of just…
Secrets to Quickly and Efficiently Handle Zip Files on Android with Delphi, C++ Builder, and FireMonkey
September 3, 2020
To easily handle zip files in your FireMonkey project, use the Zip4j library for zip files or streams in Delphi and C++ Builder. Zip encryption, support for the Zip64 format, support for streams, support for both AES and Zip-Standard encryption methods, and many other…
Generate Barcode with Winsoft Barcode for FireMonkey.
September 3, 2020
Overview
Winsoft Barcode for Firemonkey is the third party component to give barcode support on FMX platform.
Winsoft Barcode for Firemonkey is based on Zint, an open-source barcode encoding library.
Versions Supported: Delphi/C++ Builder XE2 – XE10.4.
Platforms: Windows, MacOS, iOS and Android;
Component encodes data into any of the following:
Australia Post barcode, Aztec Code, Aztec…
Convert any Android API to Delphi and C++ Builder units to utilize in your FireMonkey Android Projects
September 2, 2020
Intro
When it comes to Cross-Platform application development frameworks, you get all the tools you need to create whatever you want. You can shape that framework and create new development tools for yourself by using or expanding the framework itself. Take the FireMonkey…
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…
RAD Studio 10.4.1 Has Been Released
September 2, 2020
We are very excited to announce the Delphi, C++Builder and RAD Studio 10.4 Sydney Release 1, also known as RAD Studio 10.4.1.
This new release builds on the feature set of 10.4, enhancing existing features throughout the product and offering a more robust and smooth experience to Delphi and C++ Builder developers. RAD Studio 10.4.1 has a strong focus on quality improvements. Key quality focus…
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 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…