Latest Releases
Delphi library that provides an easy way to evaluate mathematical expressions, calculate symbolic derivatives & integration, solving non linear equations, approximation function calculation and more...
What's new
- trunc and round functions.
- Run method with evaluation result.
- Numeric integration functions (1D and 2D).
Set of Delphi components that allows you to create 3-tier database applications
What's new
- TXDataset.OnExecuteApplySQL event is fired before execution of each SQL statement automatically executed by the dataset, mostly when Post/Delete methods are called and AutoApply property is set. This is an opportunity to modify teh SQL statement or the parameters - sometimes it''s useful to modify the param types due to db driver incompatibilities.
Identity Access Management, including authorization and authentication for Delphi server applications
What's new
- Property TLoginOptions.?Require?TwoFactor requires users to enable two factor authentication, and present them a way to configure authenticator upon password login.
- Login app now automatically provides the QR Code to enable an authenticator app (e.g., Google Authenticator or similar). This can be achieved by setting two-factor authenticaction required by using TLoginOptions.?Require?TwoFactor or IUserManager.?Set?TwoFactor?Required
Universal powerful, feature-rich Delphi & C++ Builder UI controls in 1 component set for VCL, FMX and WEB core apps. Includes grid, planner, treeview, ribbon and rich editor
What's new
- Filter Row in TTMSFNCDataGrid (Options.Filtering.Controls := [gfcEditor]);
- OnBeforeCreateCustomFilterEditor OnCreateCustomFilterEditor OnAfterCreateCustomFilterEditor events in TTMSFNCDataGrid
- FirstPage LastPage NextPage PreviousPage PageIndex and PageCount in TTMSFNCDataGrid
- Introducing TTMSFNCClipboardToolBar TTMSFNCFileIOToolBar TTMSFNCParagraphToolBar TTMSFNCInsertToolBar and TTMSFNCFontToolBar
Our bundle of over 600 VCL UI controls for modern, feature-rich Windows application development, including grids, planner, richeditor, ribbon, web updater, treeview and much more...
What's new
- Property SQLDateQuote added to control quote around date for dataset filter in TAdvDBFilterPanel TAdvDBFilterDialog