TUsers Security Component helps Delphi Developers implementing User Authentication and User Permissions Management quickly in their Desktop Applications. Password protect menus, buttons, actions, dbgrids, datasets, fields and virtually any VCL component, even 3rd-party componentes, like DevExpress and JVCL. The built-in and user-friendly Admistration Module gives you powerfull and easy user rigths…
ImageEn is an extensive component suite for image editing, display and analysis written in pure VCL code for Delphi and C++ Builder. Thousands of software developers use ImageEn to add powerful multimedia functionality to their applications. ImageEn is suitable for all…
August 2020 GM Blog
August 19, 2020
This summer and the whole year are indeed strange. Our lives have changed in many ways, and many of those changes are here to stay. The importance of technology and the need to build reliable solutions fast is growing. Embarcadero is succeeding due to the strength of its…
Easy Access Development Using Winsoft's Adonis
August 19, 2020
Access (“MS-Access”) is a popular desktop database for Microsoft Windows. It ranks among the top-10 databases on DB-Engines, and widely used in many Fortune-500 companies. Vendors, such as Hallam-ICS and QNE (Malaysia, Philippines) create business applications that use back-end Microsoft Access.
Winsoft Adonis is a component library for accessing databases which support the ADO programming…
Data Abstract provides Delphi with powerful and flexible multi-tier database access. Your client apps should be shielded from differences in database types and structure.
In the middle tier, enforce business logic and security. You have complete control over how data is…
Enterprise Component Pack 2020 Details
August 18, 2020
Embarcadero has teamed up with some of our top Technology Partners to make an amazing Enterprise Component Pack for everyone upgrading to 10.4 Enterprise for a limited time. Upgrade today before time runs out.
IPWorks WebSockets – IntraWeb 15 Personal –…
Robust and Powerful Pascal Analyzer for Delphi on Windows
August 17, 2020
Pascal Analyzer, orPALfor short, is a utility program that analyzes, documents, debugs, and helps you optimize your source code.
Pascal Analyzer makes a static code analysis. It only needs the source code, unlike other similar tools that perform an analysis of the running program.
We think that PAL will help you better understand your code and support you in producing code of…
Easy And Powerful JetLua SDK for Delphi on Windows
August 17, 2020
JetLua™ is a Lua SDK for Delphi to allow easy integration for Lua scripting inside your Delphi application.
Features
Made with/supports latest Delphi versionOnly two minimal interfaces to access feature set (IJetLua & IJetLuaContext)You can auto register…
C++Builder support for ISO C++ in version 10.4 Sydney
August 17, 2020
There have been several questions on forums and Stack Overflow about ISO C++ language support in the most recent release of C++Builder. This post includes links and information about C++Builder compilers that are built on top of the Clang open source compilers.
Learn more…
Using C++17 Algorithms Library Parallel Sorting with C++Builder 10.4 Sydney for Win32 and Win64
August 17, 2020
C++Builder 10.4 Sydney supports the ISO C++17 standard in the Clang based compilers for Win32 and Win64. Part of the C++17 standard includes the Algorithms library that provides execution policies to support parallel operations. Below you will find a simple VCL example that uses the C++ std::vector and the algorithms library sort and parallel execution policy to sort random integers in the…