Delphi 10.1 Berlin Version Number


Embarcadero has just released Delphi 10.1 Berlin on 20/April/2016.

delphi10.berlin-splash Delphi 10.1 Berlin Version Number

delphi10.berlin-splash

delphi10.berlin Delphi 10.1 Berlin Version Number

RX delphi10.berlin installation

The CompilerVersion for Delphi 10.1 Berlin is 31 and the defined symbol is VER310. So you can have something like this:

{$IFDEF VER310}
{$DEFINE DELPHI101BERLIN}
{$ENDIF}

Alternatively, you can compare the Constant CompilerVersion like this:

{$IF CompilerVersion>31}
{$DEFINE DELPHI101BERLIN_UP}
{$IFEND}
about-delphi-101-berlin Delphi 10.1 Berlin Version Number

about-delphi-101-berlin

delphi101-ide Delphi 10.1 Berlin Version Number

delphi101-ide

–EOF (The Ultimate Computing & Technology Blog) —

249 words
Last Post: C++ Coding Exercise - How to Simplify Path?
Next Post: How to Check Valid Sudoku in C/C++?

The Permanent URL is: Delphi 10.1 Berlin Version Number (AMP Version)

Leave a Reply