Latest Releases


Software library that provides various algorithms used to encrypt, sign and hash data.


What's new
  • PFX certificate generation without using OpenSSL (see updated examples in FullVCLDemo and in PFXDecoder)

Universal powerful, feature-rich Delphi & C++ Builder FNC UI controls in 1 component set for VCL, FMX and WEB core apps. Includes data grid, planner, treeview, ribbon, memo and rich editor


What's new
  • DownBitmaps and LargeLayoutDownBitmaps properties to use a dedicated bitmap while the button is in the pressed state in TTMSFNCToolBarButton
  • Appearance.DisabledButtonFill and Appearance.DisabledButtonStroke properties to style the buttons and the +/- symbols while the control is disabled in TTMSFNCSpinEdit
  • Appearance.DisabledButtonFill, Appearance.DisabledButtonStroke, Appearance.DisabledThumbFill, Appearance.DisabledThumbStroke, Appearance.DisabledLineFill, Appearance.DisabledLineStroke and Appearance.DisabledTickMarkStroke properties in TTMSFNCTrackBar
  • Appearance.DisabledThumbFill, Appearance.DisabledThumbStroke, Appearance.DisabledLineFill, Appearance.DisabledLineStroke and Appearance.DisabledTickMarkStroke properties in TTMSFNCRangeSlider
  • OnBeforeShowForm event that exposes the internally created dialog form after it has been built and scaled and before it is shown, so an application can apply its TTMSFNCStylesManager style to the dialog in TTMSFNCFindDialog, TTMSFNCReplaceDialog, TTMSFNCFilterDialog and TTMSFNCDataSetFilterDialog

Universal Delphi & C++ Builder components for seamless access to Google, Microsoft, Paypal and many more cloud services from VCL, FMX and WEB core apps


What's new
  • TTMSFNCRESTClient: Multipart file upload support (AddFile, AddFormData, UploadFile, CustomHeaders, PostDataBuilder)
  • Support for OpenAI GPT-6-Astra model

Universal highly customizable Delphi & C++ Builder chart component designed for business, statistical, financial & scientific data for use in VCL, FMX and WEB core apps


What's new
  • InteractionOptions.PanningLimitedToData to limit X panning to defined data points

Framework for creating modern web applications in Delphi.


What's new
  • TWebDataGrid, TWebDBDataGrid Date/Time/DateTime filtering UI
  • Support for Delphi 13.2 added

Don't get left behind! Effortlessly deliver state of the art intelligence in your own Delphi & C++Builder applications. Enhance your apps with AI to analyse data & generate data, allow AI to take automated control of your apps, let your customers access application functionality using natural language or to setup your own agentic flows with MCP.


What's new
  • Support for OpenAI GPT-6-Astra

Universal Delphi & C++ Builder components for localizing VCL, FMX and WEB Core apps


What's new
  • Open BETA release

Read, write, manipulate .XLS, .XLSX files and generate PDF or HTML reports from any Windows programming language or application scripting


What's new
  • Updated the dll to use FlexCel 7.27 library

Don't get left behind! Effortlessly deliver state of the art intelligence in your own Delphi & C++Builder applications. Enhance your apps with AI to analyse data & generate data, allow AI to take automated control of your apps, let your customers access application functionality using natural language or to setup your own agentic flows with MCP.


What's new
  • JSON-RPC 2.0 batch request support in TTMSMCPServer - array payloads are processed per item and returned as a matching response array, with notifications producing no response entry
  • Automatic notifications/tools/list_changed, notifications/resources/list_changed and notifications/prompts/list_changed broadcasts in TTMSMCPServer whenever the Tools, Resources or Prompts collections change, instead of requiring a manual Send*ChangedNotification call
  • Support for latest MCP protocol version 2026-07-28 in TTMSMCPServer
  • Support for latest MCP protocol version 2026-07-28 in TTMSMCPClient
  • OAuth support in TTMSMCPClient
  • Support for the OpenRouter.ai service added
  • Size property and UnregisterResource method added to TTMSMCPResource(s)

100% managed code Excel file manipulation engine & Excel & PDF report generation for .NET and Windows Store


What's new
  • Support for ETSI PAdES signatures in PDFs generated with FlexCel
  • PDF 2.0 Support
  • PDF/A-4 Support
  • Ability to Sign but not Certify PDF files
  • Updated minimum SkiaSharp to 4.15.1.1
  • New method MeasureString in class ExcelFile allows you to measure strings

Powerful, extensive & flexible component suite for native Excel report & file generation & manipulation


What's new
  • PDF 2.0 Support
  • Support for ETSI PAdES signatures in PDFs generated with FlexCel
  • PDF/A-4 Support
  • Ability to Sign but not Certify PDF files
  • New method MeasureString in class ExcelFile allows you to measure strings

Cross-platform library for HTTP client and HTTP server development


What's new
  • TJobWorker for periodic background jobs. Runs a job at startup, every Period seconds and on Trigger; a failed run is logged without stopping the server, the job receives the stop token, and State reports the last run for health checks. Works hosted or standalone.


What's new
  • Cancellation tokens. The new Bcl.Cancellation unit provides cooperative cancellation for long-running work: the worker receives an ICancellationToken it can check, wait on or register callbacks with, while the caller holds a TCancellationTokenSource. Includes timeouts (CancelAfter) and linked tokens (CreateLinked).

Set of Delphi components that allows you to create 3-tier database applications


What's new
  • "TMS RemoteDB Server" wizard creating a console server application that runs, unchanged, as an interactive console application, a Windows service or a systemd daemon, using the new TMS Sparkle hosting layer. Targets Win32, Win64 and Linux64.

Delphi framework for multi-tier REST/JSON HTTP/HTTPS application server development and ORM remoting.


What's new
  • Built-in multi-tenancy with database sharding. The new TXDataTenantConnectionPool component routes every request to the database shard of the current tenant using the TMS Aurelius TAureliusTenantCatalog component, pooling connections per shard, enforcing tenant and shard status, mapping tenancy errors to proper HTTP responses, resolving tenants from catalog identifiers, supporting cache and pool invalidation and running schema updates on all shards. The MultiTenancy demo now includes a MultiTenantCatalog project.
  • "TMS XData Server" wizard creating a console server application that runs, unchanged, as an interactive console application, a Windows service or a systemd daemon, using the new TMS Sparkle hosting layer. Targets Win32, Win64 and Linux64.

Cross-platform library for HTTP client and HTTP server development


What's new
  • Server hosting with the new Sparkle.Host unit - one console executable that runs, unchanged, as an interactive console application, a Windows service or a systemd daemon. Hosts data modules, code blocks and background workers with a single call, with built-in switches to install the Windows service and print a systemd unit file, graceful shutdown and configuration reload. Includes the new host demo.
  • "TMS Sparkle Server" wizard generating a hosted console server built on the design-time components, with the socket dispatcher active by default and the Http.sys dispatcher ready for Windows production. Targets Win32, Win64 and Linux64.

ORM framework for Delphi with full support for data manipulation, complex and advanced queries, inheritance, polymorphism, and more...


What's new
  • Tenant catalog and database sharding for multi-tenant applications. The new Aurelius.Tenancy units provide a tenant catalog store (with a database-backed implementation), a routing cache, tenant-to-shard connection pool routing with status enforcement, an ambient tenant scope for background jobs and idempotent tenant provisioning with pluggable shard allocation. The new TAureliusTenantCatalog component packages catalog, cache and provisioner for design-time use.

Universal powerful, feature-rich Delphi & C++ Builder FNC UI controls in 1 component set for VCL, FMX and WEB core apps. Includes data grid, planner, treeview, ribbon, memo and rich editor


What's new
  • Conditional Formatting in TTMSFNCDataGrid
  • Visual conditional formatting editor at design-time for VCL and FMX in TTMSFNCDataGrid
  • Fluent and convenience helper methods for configuring conditional formatting at runtime in TTMSFNCDataGrid
  • Text Margins in cell layout in TTMSFNCDataGrid
  • FilterFormatType selects the filter expression syntax for the whole grid, driving the filter row, the filter builder, the filter dropdowns and conditional formatting expressions in TTMSFNCDataGrid

Universal Delphi & C++ Builder components for localizing VCL, FMX and WEB Core apps


What's new
  • BETA release

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 AutoHideButton added to hide button when ReadOnly = true in TAdvMoneyEdit
  • TFormSize demo added

Universal core layer for creating rich visual and non-visual Delphi & C++ Builder components for VCL, FMX and WEB core apps


What's new
  • DeferInitialization property to postpone browser engine creation until Initialize is called, allowing CacheFolderName to be set before the user-data folder is created (e.g. per application instance) in TTMSFNCWebBrowser

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
  • DeferInitialization property to postpone browser engine creation until Initialize is called, allowing CacheFolderName to be set before the user-data folder is created (e.g. per application instance) in TAdvWebBrowser

Don't get left behind! Effortlessly deliver state of the art intelligence in your own Delphi & C++Builder applications. Enhance your apps with AI to analyse data & generate data, allow AI to take automated control of your apps, let your customers access application functionality using natural language or to setup your own agentic flows with MCP.


What's new
  • OAuth 2.1 discovery support for TTMSMCPServer - EnableOAuthDiscovery and OAuthMetadata properties on the StreamableHTTP transport serve /.well-known/oauth-authorization-server and /.well-known/openid-configuration, with a default authorization_code + PKCE (S256) metadata document or a custom one when OAuthMetadata is assigned

Framework for creating modern web applications in Delphi.


What's new
  • TTime, TDateTime inplace editors in TWebDataGrid
  • Access to cells as boolean and TDateTime added in TWebDataGrid

Delphi framework for multi-tier REST/JSON HTTP/HTTPS application server development and ORM remoting.


What's new
  • The "never" value is now accepted for the serialize-instance-type HTTP header, fully disabling instance-type metadata in JSON responses.

TMS ALL-ACCESS

key
Your unlimited access to all TMS products
local_offer
One money and time saving bundle