C++Builder Enterprise 10.4 Sydney

Released: May 26, 2020

Mises à jour de 10.4 Sydney

Fonctionnalités

New C++ Builder Features

  • Expanded C++ libraries support - 10.4 ports numerous popular C++ libraries to C++Builder, providing optimized support for use within C++Builder. This includes libraries such as ZeroMQ, SDL2, SOCI, libSIMDpp, and Nematode, as well as others already supported such as Eigen, available for download through the GetIt Package Manager.
  • Win 64-Debugging and Linker for C++ - 10.4 introduces a new debugger for Windows 64-bit for C++. Based on LLDB, this debugger introduces significant stability improvements when debugging 64-bit applications, as well as a key new feature assisting evaluating and inspecting types like C++ and Delphi strings plus STL collections including std::vector and std::map, and more. In addition, the debug information generated for an app uses a different debug format. The end result is a more stable, featureful debugging experience, and much more powerful inspection and evaluation at debug-time.
  • Toolchain performance and quality improvements
    • A large number of STL improvements from Dinkumware.
    • Several key RTL methods and areas improved, based on work done to improve compatibility with common C++ libraries.
    • Several improvements to CMake support.
    • A large number of quality and stability improvements.

New VCL Windows Features

  • VCL Style Changes for High DPI
    • In 10.4, the VCL Styles architecture has been significantly extended to support High DPI and 4K monitors. All UI controls on the VCL form are now automatically scaled for the proper resolution of the monitor the form is displayed on.
    • The style API has been fully revised to support high DPI styles. Each UI element can be selected from a library of multi-scale versions and scaled to any DPI, resulting in crisp UI elements on all monitors.
  • New High DPI Styles - Updated a large number of built-in and premium VCL styles to provide support for the new High-DPI style mode, letting you design visually stunning applications for any monitor.
  • VCL Per Control Styling - VCL developers can now use multiple VCL styles in different forms within a single application or even different visual controls that are on the same form. This also includes support for styling any element using the default platform theme. Besides allowing more flexibility in styling, this also enables you to use third-party unstyled controls within a styled VCL application.
  • New VCL Component: Edge Browser Control
    • 10.4 includes a new VCL web browser component, TEdgeBrowser, that uses Microsoft's new Edge WebView2 based on Chromium. This offers a much more modern HTML engine and a secure one, compared to the old TWebBrowser based on Internet Explorer.
    • Moreover, the classic TWebBrowser component has been extended, allowing browser controls in an existing application to use either the existing Internet Explorer or Edge browsers for display, depending which browser is available on the system.
  • New VCL Component: TTitleBarPanel and Custom Title Bars - The new TTitleBarPanel control and TForm.CustomTitleBar property allow you to customize a VCL form’s native Windows title bar. You can place VCL controls on the Windows title bar, control the default painting of elements such as the window icon and caption, add new custom system buttons near the Minimize, Maximise and Close buttons, or even custom paint the title bar entirely. This enables you to build modern enhanced title bars, similar to Office, Explorer, Google Chrome, or other applications.
  • New VCL Component: Image Component with Multi-Resolution Support - There is a new TVirtualImage component that supports multiple resolutions and DPI scaling, allowing you to gain high-quality image scaling and display by replacing the classic TImage component.
  • Windows API Updates - Enhanced many API declarations and added additional ones, to further improve the great platform integration RAD Studio offers.

Key FireMonkey Platform Enhancements

  • Metal Driver GPU Support for macOS and iOS: On the macOS platform (Delphi), you can now build applications against the Metal API, rather than the old Quartz API and OpenGL (deprecated by Apple). FireMonkey Metal support offers a smooth migration to future requirements and better performance for screen rendering. 10.4 also adds support for the Metal API on iOS (Delphi and C++Builder).
  • In addition to supporting the latest iOS SDK, developers using RAD Studio 10.4 can also address Apple’s new launch screen storyboard requirement through built-in IDE support.
  • This release includes a new FMX implementation for the styled TMemo component on the Windows platform, offering better support for IME and additional enhancements.
  • Enterprise and Architect Edition customers can take advantage of FMXLinux integration for building Linux GUI applications.
  • The TWebBrowser control for iOS is now implemented using the WKWebView API
  • The macOS implementation of Media Player control now used AVFoundation
  • Developers using the FireMonkey framework can target the latest versions of the supported operating systems.

Key Run-Time Library Enhancements

  • Enhanced Parallel Programming Library Support - The Parallel Programming Library (PPL) gives your applications the ability to have tasks running in parallel in modern multi-core CPUs. 10.4 has made numerous performance and stability enhancements to the PPL library.
  • 10.4 makes some general enhancements to the FireDAC database access library and also updated the drivers for FireBird, PostgreSQL, and SQLite. For the SQLite embedded database, it now offers the ability to choose between static or dynamic linking.
  • Expanded the HTTP and REST Client libraries with additional HTTPS features and also expanded support for Amazon AWS services.
  • LiveBindings Performance and Features Enhancements
    • 10.4 makes many enhancements to the Visual LiveBindings architecture and implementation for both VCL and FireMonkey applications, with a particular focus on performance. As a result, some of the LiveBindings operations are an order of magnitude faster.
    • Additional improvements include the ability for VCL and FMX controls bound to a TDataSet to automatically adapt to associated TField properties, like DisplayWidth, Alignment, and EditMask.

Key IDE Enhancements

  • GetIt Package Manager Enhancements - The GetIt Package Manager in the IDE includes significant enhancements in 10.4. This includes displaying release dates for each package with the ability to sort them by release date; new filtering options for installed packages, exclusive content available for update subscription customers, packages for which updates are available; and more.
  • Unified Installer for Online and Offline installations - 10.4 introduces a unified installer using GetIt installer technology. This provides a single installer that supports both online (internet connected) installations and offline installations (via an ISO). Now both online and offline installations allow you to select an initial set of RAD Studio features to install, such as support for specific combinations of programming languages and target platforms, language support, or help resources, and add or remove them at any time.
  • The code editor has several productivity improvements, including new settings such as file codepage and font size on the editor status bar.
  • The IDE and key dialogs use the new TCustomTitleBar control to implement search and settings on the title bar, enabling native look and feel and Windows DWM behavior.