D27.SYDNEY.10.4.1.0 - ideasawakened/DelphiKB GitHub Wiki

Delphi 10.4.1

Update 1 for Embarcadero RAD Studio 10.4 Sydney was released 2020-09-02.

Related: Delphi Master Release List, D27.SYDNEY.10.4.0.0, D27.SYDNEY.10.4.0.2

RAD Studio 10.4.1 has a strong focus on quality improvements. Key quality focus areas include:

  • IDE
  • Delphi Code Insight (LSP)
  • Parallel Library
  • SOAP & XML
  • C++ Toolchain
  • FireMonkey
  • VCL
  • Delphi Compiler
  • iOS Deployment
  • There has been 800 issues addressed, covering more than 500 publicly reported issues

10.4.1 Now Available

Child Pages

New Features

  • Packages can now have an automatic version suffix (instead of manually updating and specifying the right version suffix with each new release)
  • New reader-write lock implementation via the new TLightweightMREW record
    • Faster and more lightweight than the TMultiReadExclusiveWriteSynchronizer (TMREWSync)
    • Works across all platforms (TMREWSync was a simple critical section on some)
  • Much improved support for multi-monitor desktop layouts and 4k monitors
  • The floating form designer has been removed
  • The Broadcast to devices option is now off by default
  • Platform Support Deployment to Windows Server 2019 now supported
  • The LSP based Code Insight much improved from its initial 10.4 release

Links

Some 10.4.1 issues to review

External Info Snapshots

Images

New Code Insight Settings Screen

10.4.1 Code Completion new configurable settings

Code Insight now underlines match text in list of results

10.4.1 Code Completion match text can now be underlined