Embarcadero Tech Partner WINSOFT provides an easy to use MAPI suite for Delphi.
What makes MAPI hard?
MAPI is hard. There is lack of clear and consistent coding, different answers provide different solutions, the solution is not in Delphi, there has to be various work-arounds, or the code-snipplet was built for very old non-Unicode version of Delphi. You eventually tear your hair out or get…
Easily Add Joystick Support To VCL Apps In Delphi 10.4 And C++Builder 10.4 On Windows
October 2, 2020
It is surprisingly easy to add joystick support to your VCL app on Windows. Here is a third party component by WINSOFT for Delphi and C++ Builder for retrieving joystick position and status for any keys.
You can use wired or wireless joystick for your application like…
Add Joystick Support To FireMonkey Apps In Delphi And C++Builder On Windows
September 30, 2020
It is surprisingly easy to add joystick support to your Firemonkey app on Windows. Here is a third party component from WINSOFT for Delphi and C++ Builder component for retrieving joystick position and status for any keys.
You can use wired or wireless joystick for your…
Quickly Add Joystick Support (DirectX) To FireMonkey Apps In Delphi 10.4 Sydney On Windows
September 27, 2020
It is surprisingly easy to add joystick support to your Firemonkey app on Windows. Here is a nice third party component by WINSOFT for Delphi and C++ Builder for retrieving joystick position and status for any keys.
You can use wired or wireless joystick for your application like games, audio/video players and other application. I have tested this delphi component on a recent Windows 10. All…
Easily Add Joystick Support (DirectX) with VCL In Delphi And C++Builder On Windows
September 23, 2020
It is surprisingly easy to add joystick support to your VCL app on Windows. Here is third party Delphi and C++ Builder component from WINSOFT for retrieving joystick position and status for any keys.
You can use wired or wireless joystick for your application like games…
Easily Create SVG (Scalable Vector Graphics) files with SVG Canvas Library for FireMonkey In Delphi And C++Builder
September 8, 2020
It is surprisingly easy to add SVG support to your applications. Here is third party Delphi and C++ Builder component from WINSOFT for work with Scalable Vector Graphics files. Scalable Vector Graphicsis XML-basedvector image…
Quickly Create SVG (Scalable Vector Graphics) files with SVG Canvas Library for VCL in Delphi And C++Builder
September 8, 2020
It is surprisingly easy to add SVG support to your applications. Here is a third party Delphi and C++ Builder component from WINSOFT that enables work with Scalable Vector Graphics files. Scalable Vector Graphics is XML-based vector image format for two-dimensional graphics.
How to install component
1) Download archive from: https://www.winsoft.sk/svgcanvas.htm2) Extract files from…
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…
Powerful Serial Communication Component in FireMonkey for Delphi and C++ Builder on Windows
August 26, 2020
ComPort for FireMonkey (TFComport) it’s an easy to use and very powerful component to communicate with devices connected to the serial port. You can download a trial version of the component from the creator web WinSoft.
Features of TFComport
It’s easy…
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…