Latest Releases
Identity Access Management, including authorization and authentication for Delphi server applications
What's new
- Support for WinArm64EC platform, introduced in Delphi 13.1.
- Mobile application authentication is now supported via custom URL schemes. TSphinxLogin now exposes a RedirectUri property and a HandleCallback method for iOS and Android.
- End session (logout) endpoint is now implemented, following the OpenID Connect RP-Initiated Logout specification.
- Logout web application is now served by the Sphinx server, providing a localized UI for the user to confirm or cancel the logout action.
- TSphinxClientApp.PostLogoutRedirectUris property allows registering the list of URIs accepted as post_logout_redirect_uri in a logout request.
- end_session_endpoint is now published in the OpenID Connect discovery metadata.
- TOidcClient.BuildLogoutUrl method builds the logout URL for the authorization server, supporting optional id_token_hint and post_logout_redirect_uri parameters.
- TSphinxLogin.LogoutAndEndSession and TSphinxWebLogin.LogoutAndEndSession methods for client-side SSO logout, clearing the local session and redirecting to the identity provider''s end-session endpoint.
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 input schema support for complex objects in MCP Tooling
- Win64ARMEC target added for Delphi 13.1
- .PDF context submit for Gemini
- .XLSX .DOCX context submit for OpenAI
- .PDF context submit for Claude
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
- .PDF context submit for Gemini in TTMSFNCCloudAI
- .XLSX .DOCX context submit for OpenAI in TTMSFNCCloudAI
- .PDF context submit for Claude in TTMSFNCCloudAI
100% managed code Excel file manipulation engine & Excel & PDF report generation for .NET and Windows Store
What's new
- Support for longer data validation lists
- Official support for visual studio 2026, .NET 10 and 11 Preview
- Removed support for .NET 6 and 7
- Removed support for older Visual Studio integrations
- Support for longer strings in formulas
- Support for new Error codes introduced by Excel
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
- Support for the Windows on ARM EC platform
- Extended PDF library with form field generation
- Color Brush style Pen style parameter types in TParamLabel TParamListBox TParamCheckList and TParamTreeView controls
- BeginUpdate/EndUpdate added in TAdvOfficePager to speed up adding large amounts of pages
- Public property AnimationSteps added in TAdvOfficePager to control animation speed
- Public property BookMarkMax added to TAdvMemo
- Codefolding for non programming languages added in TAdvMemo
- ItemAtXY added in TAdvSearchList
- AutoDropDown property added in TAdvSearchEdit
- BorderColorFocused added to Curvy Controls
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
- Method GetActiveServices() added extra param to get only list of services with an API key on GetServices() in TTMSMCPCloudAI
- Thinking or reasoning options for OpenAI Clause Gemini Ollama Llamacpp and reasoning supporting models
Identity Access Management, including authorization and authentication for Delphi server applications
What's new
- TSphinxLogin.RefreshTokens and TSphinxWebLogin.RefreshTokens methods for client-side token refresh.
- Silent token refresh in TSphinxLogin.Login and TSphinxWebLogin.Login when access token is expired but a refresh token is available.
- TSphinxLogin.SkipIssuerValidation and TSphinxWebLogin.SkipIssuerValidation properties to bypass strict issuer string comparison for multi-tenant identity providers.
- TSphinxLogin.OnValidateIssuer and TSphinxWebLogin.OnValidateIssuer events for custom issuer verification logic in multi-tenant scenarios.