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…
Build High-Speed Direct Access Apps In Delphi And C++Builder To Most Modern Databases Using FireDAC
October 26, 2020
FireDAC is a unique set of Universal Data Access Components for developing multi-device database applications for Delphi and C++Builder. With its powerful common architecture, FireDAC enables native high-speed direct access from Delphi to InterBase, SQLite, MySQL, SQL…
Docker Scripts and DockerHub Images for RAD Studio 10.4.1
October 26, 2020
Embarcadero has updated the Docker configurations for Linux with PAServer and with RAD Server (with and without InterBase), so that they include the latest version of the installers. The new Docker scripts have been published in the public GitHub project…
TheMacrossample shows you how to use theMacrosproperty ofTFDQueryin order to parameterize parts of the SQL query. The sample allows you to modify the macro values at run time.
Location
You can find theMacrossample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:Object…
Learn How To Easily Customize The Appearance Of A ListView In This Delphi Sample App
October 26, 2020
Some of the use case needs to view the Multi Details Appearance for a List item in a ListView .e.g Selecting Multiple items Add or Delete from a List with Multi Detail information.Delphi/C++ Builderoffers robust components to do the job at design time or runtime…