Jump to content

Uwe Raabe

Members
  • Content Count

    2907
  • Joined

  • Last visited

  • Days Won

    169

Posts posted by Uwe Raabe


  1. If I understand this paragraph correctly

    Quote

    Customers who have installed RAD Studio 12 using the ISO can continue to use that version, add platforms to it via the ISO, and use GetIt to add additional packages to the installation.

    Customers who have installed RAD Studio 12 using the online installation process won’t have the ability to add new platforms and core features to the product via the Manage Features dialog. In order to do this, they will need to uninstall and then reinstall using the new inline release.

    you still need to install from the ISO or wait for the inline release.

    • Thanks 1

  2. It boils down to the fact that 'THIS' just is not the upper case of 'This' on every locale. In case this is a requirement of the application, then ToUpper is not the right choice. Unfortunately ToUpperInvariant may not be either, although it will probably work for pure English text strings.

     

    For most locales upper case for ASCII characters is what one would expect, but that doesn't hold true for Turkish.

×