Website updates following release of Delphi 13

Now that Delphi 13 Florence is out, I've updated delphidabbler.com to bring relevant pages up to date. The changes are:

  • The Delphi Version Numbers page has been updated with relevant information about Delphi 13. The most notable change is that the product version has now been brought into line with the compiler version, internal version and defined symbol. This means the product version has jumped from Delphi 12's version 29 to 37.

  • The Delphi Version Features page has had numerous additions relating to features introduced in Delphi 13. If you know of any more please tell me by raising a new issue on GitHub (no C++ stuff though!).

  • Article #27 (How to programatically detect installed versions of Delphi) has been updated to include Delphi 13 in the list Delphi versions than can be detected. The notable change is that, due to the change in version numbering noted above, the registry key for Delphi 13 has changed similarly. For e.g. Delphi 12's key is \Software\Embarcadero\BDS\23.0 while for Delphi 13 it is \Software\Embarcadero\BDS\37.0.

    The demo code associated with the article has also been updated to include detection of Delphi 13.


Comments

  1. I recently installed CE edition of delphi 13.1, and i am struggling .
    i am trying to install ribbon with getit.
    the one provided does not work,. it says uncompatible.
    yet on the embarcado site it is there in the catalog.
    please can anyone tell me how to get the
    GetIt package archive for “Ribbon Classic Controls” version 37.0.60852.8670 for Delphi 13.1 Community Edition.
    I cant log into the embarcado network as i only have the CE edition.

    ReplyDelete
    Replies
    1. Hi Jack.
      Sorry I do know how to help you. I'll leave your comment here in case anyone else can help.

      Delete

Post a Comment

Comments are very welcome, but please be aware that I moderate all comments, so there will be a delay before your comment appears.

Advertising spam and the rare abusive, hateful or racist comments will be blocked and reported.

Finally, should you have a query about, or a bug report for, one of my programs or libraries please use the relevant issue tracker rather than posting a comment to report it.

Thanks

Popular posts from this blog

Focus On: Deleaker - a Delphi, C++ & C# Memory Leak Detector

Initialising dynamic arrays

CodeSnip 4.27.0 released with Delphi 13 support