RemObjects Elements v12.0.0.2867

Released: Sep 1, 2023

Atualizações na v12.0.0.2867

Recursos

  • CodeBot - AI-powered coding assistant in Fire:
    • Answer questions about your code.
    • Find and fix bugs.
    • Implement entire methods or classes based on a description.
    • Convert code from other languages.
    • Help with error messages and exceptions.
    • Choose between different versions of the underlying GPT model, giving you even better results and responses with the new GTP-4.
  • Island/Delphi:
    • Extends the compiler with full 100% binary-compatible support for the Embarcadero Delphi object model, and linking against packages created with Delphi.
      • Implement your own classes descending from Delphi's TObject (and its subclasses).
      • Access virtually all the types and APIs in the Delphi ecosystem - right from your Elements code, regardless of which Elements language you are using:
        • Use the VCL or FireMonkey class libraries for visual applications that run on Microsoft Windows or cross-platform.
        • Use the Delphi Database Components (TDB*) to access your favorite databases from your Island project. Or use any other components and classes provided by Delphi, as well as third-party component packages.
        • Directly use your own Delphi code, if it has been compiled as a package.
    • Island/Delphi is supported for Windows, Linux, and Apple macOS, and will use the packages from your existing Delphi installation (of any version from Delphi 7 to Delphi 11.3).
  • Added full support for C#11.
  • Improved Embarcadero Delphi language compatibility.
  • Added new language features such as Required properties in Oxygene.
  • Added Git integration in Fire and Water.
  • Improved Elements RTL.
  • Oxygene:
    • Added support for using the colon operator on indexers.
    • Simplified custom operator declarations.