New in Delphi Sydney (10.4)

10.4

  • Styles are finally working!
  • Better support for high DPI monitors. High DPI support in styles (skins)
  • Per Control Styling
  • Better cross platform support
  • Custom managed records – records now support custom initialization, finalization, and copy operations. Developers can customize how records get created, copied, and destroyed, by writing the code to be executed at the various steps.
  • Enhanced Parallel Programming Library Support (PPL library)
  • Enhanced API declarations
  • Edge Browser Control. Tedgebrowser gives us access to Microsoft’s new Edge webview2 based on Chromium.
  • Ttitlebarpanel and Custom Title Bars – customize a VCL form’s native Windows title bar with standard VCL controls. Quickly build modern enhanced title bars, similar to Office, Explorer, Google Chrome, or other applications.

10.4.2

  • Tcontrollist – A new VCL control that allows us to assign thousands of objects to it, but it will draw/compute only the objects that are visible on screen. Useful when we want to display lists that have inside thousands of items. Ideal to list image thumbnails for a folder containing thousands of images.
  • Tspinedit – A new VCL control allows us to enter decimal numbers, with support for expressions like 32 + 5.
  • Includes IDE Fix Pack

Leave a Comment

Scroll to Top