Showing posts with label Delphi 11 Alexandria. Show all posts
Showing posts with label Delphi 11 Alexandria. Show all posts

Delphi gives when starting "Socket error # 10038 Socket operation on non-socket"

Socket error # 10038 Socket operation on non-socket
"Socket error # 10038 Socket operation on non-socket" is a wide-spread error.
Access violation at address 205B90EA in module 'coreide270.bpl'. Read of address 00000000,
Next messages are "Access violation at address 205B90EA in module 'coreide270.bpl'. Read of address 00000000,", "Access violation at address 5005F8F4 in module 'rt1270.bpl. Read of address 00000000."
This erroneous behavior was noticed in Delphi RAD Studio 10.4 (10.4.1, 10.4.2).
Confirmed to work in Delphi 11.0 as well, with the obvious adjusts for version:
One can try these steps to fix Delphi 10.4:
  1. Shut the Delphi IDE down.
  2. Run Regedit.
  3. Go to the branch HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\21.0\KnownIDE Packages
  4. Find the value with name $(BDS)\Bin\LivePreview270.bpl and change the data from "Embarcadero FireUI Live Preview Package" to "_Embarcadero FireUI Live Preview Package" just adding one or two underscores in the beginning. Other symbols, for instance, I tried to put "#" will not fit, the erroneous behavior will not be fixed.
  5. Restart the Delphi IDE.
This is suitable for Delphi 11 as well, the branch in the system registry is HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\Known IDE Packages and value name $(BDS)\Bin\LivePreview280.bpl, value data to change is Embarcadero FireUI Live Preview Package
If one get these errors when starting up Delphi RAD Studio, one will have to do these operations every time one reinstall, add "Additional Options", etc.

For loop using an enumeration Example from Learning Embarcadero Delphi

Learning Embarcadero Delphi. Free unaffiliated eBook created from Stack Overflow contributors
Educational Example is from "Learning Embarcadero Delphi" - Free unaffiliated eBook created from Stack Overflow contributors.
The example is on RIP Tutorial - For loop using an enumeration
The code example will not be compiled in Embarcadero Delphi, gives out two error messages, one of them is:
"[dcc32 Error] EnumLoop.dpr(14): E2430 for-in statement cannot operate on collection type 'TWeekdays'" program EnumLoop; uses TypInfo; type TWeekdays = (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday); var wd : TWeekdays; begin for wd in TWeekdays do WriteLn(GetEnumName(TypeInfo(TWeekdays), Ord(wd))); end.
The error explanation from docwiki Embarcadero
E2430 for-in statement cannot operate on collection type '%s' (Delphi) Go Up to Error and Warning Messages (Delphi) A for-in statement can only operate on the following collection types: Primitive types that the compiler recognizes, such as arrays, sets or strings Types that implement IEnumerable Types that implement the GetEnumerator pattern as documented in the Delphi Language Guide Ensure that the specified type meets these requirements.
To make the example to work, replace with this line: for wd := Low(TWeekdays) to High(TWeekdays) do
The example was tested in CodeGear Delphi 2007, Embarcadero Delphi 10.4.2 Sydney, Embarcadero Delphi 11.3 Alexandria

FMSoft uniGUI components tryout

FMSoft uniGUI components version - Professional 1.90.0.1552 were tested in Embarcadero Delphi 11.3 Update 3 and Embarcadero Delphi 10.4.1 Update 1.

Embarcadero Delphi 11 Update 3

Argument out of range while using TuniDBGrid and TuniDBVerticalGrid

Two components: UniDBGrid (class TuniDBGrid) and UniDBVerticalGrid (class TuniDBVerticalGrid) showed erratic behavior in Embarcadero Delphi 11 environment. Both of them gave out error “Argument out of range” after placing om form. The mouse became trapped inside the form and it was difficult to release.

Several other components from some Categories: uniGUI Standard: UniCheckBox, UniGridPivotExcelExporter, UniStringGrid, UniFieldSet, UniFieldContainer, uniGUI Additional: UniBitBtn, UniDBEdit, uniGUI Data Controls: UniDBNumberEdit, UniDBMemo, UniDBHTMLMemo, UniDBNavigator, UniDBListBox, UniDBImage were tested and looks like they worked as expected.


Embarcadero Delphi 10.4 Update 1

FMSoft uniGUI standalone server working with TuniDBGrid and TuniDBVerticalGrid

Either UniDBGrid or UniDBVerticalGrid did not generate any errors and were workable in Embarcadero Delphi 10.4.1 environment.

An interesting fact: if the project is created, these components are placed on the form and everything is saved in the Delphi 10.4.1 environment, then these components and the project is workable if opened in Delphi 11.3.



Argument out of range Details:

[5B9CA55A]{rtl280.bpl } System.Classes.TCollection.GetItem (Line 6398, "System.Classes.pas" + 1) + $A [528F535A]{vcldb280.bpl} Vcl.DBGrids.TDBGridColumns.GetColumn (Line 1888, "Vcl.DbGrids.pas" + 1) + $4 [528F7C9E]{vcldb280.bpl} Vcl.DBGrids.TCustomDBGrid.DrawCell (Line 3008, "Vcl.DbGrids.pas" + 78) + $B [5ADF307B]{vcl280.bpl } Vcl.Graphics.TCanvas.FontChanged (Line 4346, "Vcl.Graphics.pas" + 4) + $A [5AF7C537]{vcl280.bpl } Vcl.Grids.DrawCells (Line 2421, "Vcl.Grids.pas" + 48) + $12 [5AF7CEE5]{vcl280.bpl } Vcl.Grids.TCustomGrid.Paint (Line 2600, "Vcl.Grids.pas" + 125) + $2F [5C585B2F]{vclactnband280.bpl} Vcl.ActnMenus.CallWindowHook (Line 762, "Vcl.ActnMenus.pas" + 20) + $F [5ADF2D92]{vcl280.bpl } Vcl.Graphics.TCanvas.SetPenPos (Line 4221, "Vcl.Graphics.pas" + 1) + $9 [5AE23A27]{vcl280.bpl } Vcl.Controls.TCustomControl.PaintWindow (Line 14691, "Vcl.Controls.pas" + 6) + $5 [5AE1D3B5]{vcl280.bpl } Vcl.Controls.TWinControl.PaintHandler (Line 10728, "Vcl.Controls.pas" + 4) + $14 [5AE1DBB0]{vcl280.bpl } Vcl.Controls.TWinControl.WMPaint (Line 10931, "Vcl.Controls.pas" + 6) + $5 [5AE239C1]{vcl280.bpl } Vcl.Controls.TCustomControl.WMPaint (Line 14680, "Vcl.Controls.pas" + 2) + $4 [5AE1802E]{vcl280.bpl } Vcl.Controls.TControl.WndProc (Line 7591, "Vcl.Controls.pas" + 91) + $6 [5AE19B02]{vcl280.bpl } Vcl.Controls.TControl.GetStyleName (Line 8627, "Vcl.Controls.pas" + 1) + $8 [5AE19B2E]{vcl280.bpl } Vcl.Controls.TControl.GetStyleName (Line 8631, "Vcl.Controls.pas" + 5) + $7 [5B8D0683]{rtl280.bpl } System.TObject.Dispatch (Line 19228, "System.pas" + 11) + $0 [5AF270E5]{vcl280.bpl } Vcl.Themes.TStyleHook.WndProc (Line 7713, "Vcl.Themes.pas" + 38) + $6 [5AF272C6]{vcl280.bpl } Vcl.Themes.TMouseTrackControlStyleHook.WndProc (Line 7812, "Vcl.Themes.pas" + 1) + $4 [5AF6B410]{vcl280.bpl } Vcl.Forms.TScrollingStyleHook.WndProc (Line 14905, "Vcl.Forms.pas" + 0) + $0 [5AF2690A]{vcl280.bpl } Vcl.Themes.TStyleHook.HandleMessage (Line 7418, "Vcl.Themes.pas" + 20) + $6 [5B04AE92]{vcl280.bpl } Vcl.Styles.TStyleEngine.HandleMessage (Line 3610, "Vcl.Styles.pas" + 22) + $7 [5AF23338]{vcl280.bpl } Vcl.Themes.TStyleManager.HandleMessage (Line 5872, "Vcl.Themes.pas" + 11) + $11 [5AE1B1D3]{vcl280.bpl } Vcl.Controls.TWinControl.DoHandleStyleMessage (Line 9462, "Vcl.Controls.pas" + 0) + $F [5AE1D1F5]{vcl280.bpl } Vcl.Controls.TWinControl.WndProc (Line 10644, "Vcl.Controls.pas" + 170) + $6 [7A97FA59]{uniGUI28Core.bpl} Uniguibaseclasses.TUniGUIBaseControl.VCLWndProc + $19 [5AE1C700]{vcl280.bpl } Vcl.Controls.TWinControl.MainWndProc (Line 10321, "Vcl.Controls.pas" + 3) + $6 [5B9E5C1C]{rtl280.bpl } System.Classes.StdWndProc (Line 18517, "System.Classes.pas" + 8) + $0 [5AF65263]{vcl280.bpl } Vcl.Forms.TApplication.ProcessMessage (Line 11488, "Vcl.Forms.pas" + 23) + $1 [5AF652A6]{vcl280.bpl } Vcl.Forms.TApplication.HandleMessage (Line 11518, "Vcl.Forms.pas" + 1) + $4 [5AF655E5]{vcl280.bpl } Vcl.Forms.TApplication.Run (Line 11657, "Vcl.Forms.pas" + 27) + $3 [002380A2]{bds.exe } bds.bds (Line 227, "" + 16) + $2

ZEOS Library support for the Embarcadero Delphi 11, 12

ZEOS Library
While testing the components made by FMSoft uniGUI with databases, I discovered that two versions of Delphi running simultaneously were fighting over Zeolib packages. So I had to make Zeolib support for Embarcadero Delphi 11.
This addition gives the support for Embarcadero Delphi 11 to ZeosLib, changed the LibSuffix from 270 to 280 for Delphi 11.
Published on Github

On November 14th I had to make Zeolib support for Embarcadero Delphi 12.
This addition based on Zeos 7.2.14 Release gives the support for Embarcadero Delphi 12 to ZeosLib, changed the LibSuffix from 280 to 290 for Delphi 12.
Compile for Windows 32 Target Platform.
Before my code edits, the Delphi 12 Athens compiler gave an error: "E2251 Ambiguous overloaded call to 'Max'"
Published on Github
ZeosLib is Database components for Delphi, FreePascal/Lazarus, Kylix, C++ Builder
I used ZEOS Library for development with SQLite.

What Delphi version matches Delphereum for the best

Delphereum Logo
Delphereum is a Delphi interface to the Ethereum, but one must choose proper Delphi version to compile projects in learning.

Unit scope names are prefixes that are prepended to unit names, this feature appeared in Delphi XE2 (VER230). Delpherium uses Unit scope names, for example, web3.eth.
That means Delphi version must be XE2 or higher.
Rudy Velthuis, one of the co-author, writes in comments section in the heads of units "Delphi version XE2 or later".

Well, but in unit web3.json.pas Stefan van As uses inline variable declarations, for instance,
var I := value.EstimatedByteSize;
such syntax appeared only in Delphi 10.3 Rio (VER330)!
Now I have a choice: either to update Delphi to a version higher than 10.2 Tokyo, or try to correct the sources using conditional compile directives, hiding variable declarations inside lines for versions 230-320 and assuming a role of co-author, needless to say if such activity does not require a serious alteration of the sources, which can lead to other errors.
I am newbie in Delphereum, but not newbie in programming, and I foresee the effect of editing someone's code when you are not good at a subject area.
First I will write to the author, Stefan van As, perhaps, his opinion will be useful or decisive.
unit web3.coincap;

In Delphi XE6 System.NetEncoding in Uses clause was not resolved.
In Delphi XE7 appeared.
Again
unit web3.coincap;

There was System.Types.IAsyncResult neither in Delphi XE6 nor in Delphi XE7.
Present in Delphi XE8, and is in Embarcadero Delphi 11 Alexandria for certain.
I decided to refuse from directive {$IFEND}, leaving the only {$ENDIF} and remove the conditional compilation directive {$LEGACYIFEND ON} at the beginning of the units. I only managed to spoil it with my edits in web3.json.
web3.json unit has copyright (c) 2018 of Stefan van As.
The directive {$ENDIF} was introduced in Delphi XE4, but versions earlier than Delphi X4 with {$IFEND} are out for Delpherium, because now I found out, that at least Delphi XE8 is to continue.
Delphi XE8 and THTTPClient
Delphi XE8 and unit web3.http
'THTTPClient' does not contain a member named 'BeginGet'...
'THTTPClient' does not contain a member named 'EndAsyncHttp'...
'THTTPClient' does not contain a member named 'StatusCode'...
In Delphi 10.2 Tokyo there appeared:
functions BeginGet, EndAsyncHTTP and property StatusCode
in THTTPClient, unit System.Net.HttpClientent.
But the Delphi 10.2 Tokyo compiler in gave out the next errors, unit web3.http:
E2250 There is no overloaded version of 'get' that can be called with these arguments
in function call
const response = get(URL, [TNetHeader.Create('Content-Type', 'application/json')], backoff);
Embarcadero Delphi 10.3 Rio brings inline variable declarations and now there is no need to insert compiler directives, where inline variable declarations were.
Units web3.http, web3.coincap, web3.json, web3.sync were replaced with original copies.
But the Delphi 10.3 failed to compile, reported two errors in unit web3.coincap:
[dcc32 Error] E2149 Class does not have a default property
in line:
Result := TAsset.Create(TJsonArray(FJsonValue)[Index]);
Class - TJSONArray.
and
[dcc32 Error] E2010 Incompatible types: 'IAsyncResult' and 'web3.IResult'
in
function assets(const callback: TProc, IError>): IAsyncResult;
Embarcadero Delphi 10.4 complied and launched the project Connecting Delphi to a local (in-memory) blockchain

Summing up!
Delphereum with the first example Connecting Delphi to a local (in-memory) blockchain was test in Embarcadero Delphi XE6, Delphi XE7, Delphi XE8, Delphi 10.2 Tokyo, Delphi 10.3 Rio, Delphi 10.4 Sydney, Delphi 11.3 Alexandria.
Delphereum can be compiled and run in Embarcadero Delphi 10.4 Sydney or Delphi 11.3 Alexandria environment.
I got an idea it is wrong for Delphereum to be without a logo and me proposed it.
P.S.
Thanks to my schoolkid son for giving me his old computer for testing.
Github logo
Made the github repositories for source code examples for Ethereum for Delphi Developers (Ethereum programming on Embarcadero Technologies Delphi). All of this was possible due to tutorials of Stefan van As

Delphi Version Features

Feature Version
& operator for treating keywords as identifiersDelphi 2006
{$ALIGN} compiler directive can take additional parameter 16 to set 16 byte alignmentDelphi XE
{$CODEALIGN} compiler directiveDelphi XE
{$EXCESSPRECISION} compiler directive for 64 bit compilers onlyDelphi XE2
{$EXTERNALSYM} compiler directiveDelphi 4
{$HIGHCHARUNICODE} compiler directiveDelphi 2009
{$IF} & {$IFEND} compiler directivesDelphi 6
{$IFEND} directive no longer required to close {$IF} statements: {$ENDIF} can now be used instead.Delphi XE4
{$IFOPT} compiler directive supports long directives: e.g. {$IFOPT SCOPEDENUMS ON}Delphi 13
{$LEGACYIFEND} compiler directiveDelphi XE5
{$LIBPREFIX}, {$LIBSUFFIX} & {$LIBVERSION} compiler directivesDelphi 6
{$MESSAGE} compiler directiveDelphi 6
{$METHODINFO} compiler directiveDelphi 2006
{$POINTERMATH} compiler directiveDelphi 2009
{$PUSHOPT}& {$POPOPT} compiler directivesDelphi 13
{$REGION}& {$ENDREGION} compiler directivesDelphi XE
{$STRONGLINKTYPES} compiler directiveDelphi 4
{$TEXTBLOCK} compiler directive to determine how line breaks are treated in multiline strings.Delphi 12
{$WARN} compiler directiveDelphi 7
{$WRITEABLECONST} compiler directive default value changes from ON to OFF.Delphi 6
[ref] attributeDelphi XE3
0..9
16 bit compiler & support for Windows 3.1Delphi 1
32 bit compiler & support for Windows 95Delphi 2
64 bit compilerDelphi XE2
64 bit binary versions of the Delphi 32 and 64 bit compilersDelphi 12.2
A
Abstract classesDelphi 2006
Actions & action listsDelphi 4
Android 32 bit compiler & supportDelphi XE5
Android 64 bit compilerDelphi 10.4
Anonymous methods / closuresDelphi 2009
AnsiString replaces ShortString as the default string typeDelphi 2
AnsiStrings (System.AnsiStrings) unit introducedDelphi XE4
Atomic intrinsic functions AtomicExchange, AtomicIncrement, AtomicCmpExchange & AtomicDecrementDelphi XE3
AttributesDelphi 2010
B
Binary integer literals, e.g. %100101Delphi 11
Build groupsDelphi XE
C
class constructors / destructorsDelphi 2010
Class data (class var)Delphi 2006
Class helpersDelphi 2006
Class helpers and record helpers can no longer access private data of the related class or recordDelphi 10.1
Class propertiesDelphi 2005
Currency typeDelphi 2
Custom managed records, with Initialize and Finalize class operatorsDelphi 13
Custom managed records, with Initialize and Finalize class operators simplified with implicit Self referencesDelphi 10.4
D
Default intrinsic compiler routine (undocumented) that gets the default value of a given typeDelphi 2009
Default parameters in functions, procedures & methodsDelphi 4
delayed keyword (for loading of DLLs)Delphi 2010
dependency directive (for specifying the dependencies of an external library)Delphi XE4
deprecated directiveDelphi 6
deprecated directive with commentDelphi 2009
DirectX 10 supportDelphi XE3
DirectoryExists function moved to SysUtils unit from FileCtrlDelphi 6
Digit separators in integer and floating point literals: e.g. 1_000_000Delphi 11
dispid directiveDelphi 3
dispinterface directiveDelphi 3
Dynamic array concatenation and addition extensions. Dynamic arrays can be initialised by assigning an array constant, as in DI := [1, 2, 3]; and can be concatenated using code like DI := DI + [1, 2, 3]; or DI := DJ + DK, where DI, DJ DK are all dynamic integer arraysDelphi XE7
Dynamic array intrinsic routines. The Concat, Insert & Delete compiler intrinsic routines now operate on dynamic arraysDelphi XE7
Dynamic arraysDelphi 4
E
EncodePath, EncodeAuth, EncodeQuery & EncodeForm functionsDelphi 10.1
EOSError (instead of EWin32Error)Delphi 6
ExcludeTrailingPathDelimiter functionDelphi 6
Exit with result parameterDelphi 2009
experimental hinting directiveDelphi 6
Extended type changes size depending upon the hardware and operating systemDelphi XE2
F
FastMM memory managerDelphi 2006
Final methodsDelphi 2006
FireMonkey cross platform framework (FMX)Delphi XE2
FireMonkey cross platform framework v2 (FM)Delphi XE3
FixedInt & FixedUInt types - 32 bit signed & unsigned integers respectively across all platformsDelphi XE8
Floating point number comparison routines added to Math unit.Delphi 6
Focus mode in IDE editorDelphi 12.2
for.. in loopsDelphi 2005
Form inheritenceDelphi 2
FramesDelphi 5
Function inliningDelphi 2005
G
GenericsDelphi 2009
GetCompilerVersion & GetRTLVersion routines to get compiler & RTL versions as 16 bit unsigned integers with major version in the high byte and minor version in the low byteDelphi 12
GetTypeKind intrinsic compiler function (undocumented)Delphi XE7
H
HasWeakRef intrinsic compiler function (undocumented)Delphi XE7
Hash (System.Hash) unitDelphi XE8
I
IInterfaceDelphi 6
implements keyword for propertiesDelphi 4
IncludeTrailingPathDelim functionDelphi 6
Inline keywordDelphi 2005
Inline if statement (Conditional Ternary Operator)Delphi 13
Inline variable declarationsDelphi 10.3
Inner exceptionsDelphi 2009
Insert and Delete RTL routines can be used with dynamic arrays in a similar way to how they are used with stringsDelphi XE7
Int8 typeDelphi 2009
Int16 typeDelphi 2009
Int32 typeDelphi 2009
Int64 typeDelphi 4
Interface to object castingDelphi 2010
iOS 32 bit compiler & support reintroducedDelphi XE4
iOS 64 bit compilerDelphi XE8
IOUtils unitDelphi 2010
is not operatorDelphi 2013
IsConstValue intrinsic compiler function (undocumented)Delphi XE7
IsManagedType intrinsic compiler function (undocumented)Delphi XE7
IUnknown (COM based interfaces)7Delphi 3
L
LargeUint typeDelphi 13
library directiveDelphi 6
Linux compiler for server applicationsDelphi 10.2
Linux client platform support added via 3rd party FMXLinux libraryDelphi 10.3.1
Live bindings for VCL & FMXDelphi XE2
Long string literal support: string literals can now be longer than 255 charactersDelphi 12
LongInt & LongWord type sizes become platform dependent: 32 bit on 32 bit platforms, 64 bit on 64 bit platformsDelphi XE8
LongWord typeDelphi 4
M
MacOS ARM 64 bit compilerDelphi 11
macOS 32 bit compilerDelphi XE2
macOS 64 bit compilerDelphi 10.4
Margins and Padding properties on TControlDelphi 2006
MariaDB support addedDelphi 10.2
Markdown support in IDEDelphi 11.2
Metropolis UI for Windows 8 back to XPDelphi XE3
Mobile form designerDelphi XE4
MSBuild & build eventsDelphi 2007
Multiline string literals, delimited by triple quotes (''')Delphi 12
MySQL supportDelphi 2006
N
Namespaces [more info]Delphi 2005
NaN intrinsic functionDelphi 13
NameOf typeDelphi 4
NativeInt & NativeUInt typesDelphi 7
NativeInt & NativeUInt types become weak references. They can no longer be used as separate typesDelphi 12
Nested constants within classes / recordsDelphi 2005
Nested types within classesDelphi 2005
not in operatorDelphi 13
O
OLE automationDelphi 2
Operator overloading on recordsDelphi 2006
out parameters & keywordsDelphi 3
overload directiveDelphi 4
Overloading for functions, procedures and methodsDelphi 4
P
package keyword and change to install components in packagesDelphi 3
Parallel library in RTLDelphi XE7
platform directiveDelphi 6
Pointer type size becomes platform dependent: 32 bit on 32 bit platforms, 64 bit on 64 bit platformsDelphi XE2
PosEx introducedDelphi 7
PosEx became obsolete. Pos got third offset argumentDelphi XE3
R
real type changes from 8 bytes in size to 6 bytes and becomes an alias for Double. The Real48 is introduced as a 6 byte replacement for the old realDelphi 4
RaiseLastOSError procedureDelphi 6
Record Helpers for simple typesDelphi XE3
Record Helpers for simple types TDateTime and Currency typesDelphi 11
Records with methodsDelphi 2006
register calling conventionDelphi 2
Regular expression libraryDelphi XE
resourcestring statementDelphi 3
REST services componentsDelphi XE5
RTTI enhancementsDelphi 2010
S
SafeLoadLibrary functionDelphi 5
Scoped enumerators (must have type name prefix)Delphi 2009
Sealed classesDelphi 2006
Sensor support for VCL & FMXDelphi XE3
Skia integrationDelphi 12
Smart Code Insight with embedded AIDelphi 12.2
Split editor views in IDEDelphi 12
static directive for class methodsDelphi 2005
strict private and strict protected visibility specifiersDelphi 2005
string type is UnicodeStringDelphi 2009
StrUtils unitDelphi 6
T
TApplication.MainFormOnTaskbar propertyDelphi 2007
TArray type in System unitDelphi 2010
TBytes alias for array of ByteDelphi 2007
Text format form filesDelphi 5
TForm.ShowInTaskbar propertyDelphi 12
TFormatSettings and overloaded format and conversion routines that use itDelphi 7
threadvar keyword and threading supportDelphi 2
TNoRefCountObject non-reference-counted IInterface implementationDelphi 11
TOrderedDictionary - a sorted generic dictionary classDelphi 12.2
TObject.Equals virtual methodDelphi 2009
TObject.GetHashCode virtual methodDelphi 2009
TObject.ToString virtual methodDelphi 2009
TObject.UnitName methodDelphi 2009
Touch supportDelphi 2010
TPair<TKey,TValue> recordDelphi 2009
TParallelArray - a class to enable running of some operations in parallel threadsDelphi 12.2
TProc<T1,...>, TFunc<T1,...> & TPredicate<T>Delphi 2010
TRegistry supports access flagsDelphi 6
TRegistry.OpenKeyReadOnly methodDelphi 4
TryStrToXXXX routines added to SysUtilsDelphi 6
TStream supports 64 bit size and seek offsetsDelphi 6
TStringList.Create(OwnsObjects: Boolean) constructor overloadDelphi 2009
Typed constants can no longer be assigned values by default. The {$J+} compiler directive must be used to restore previous behaviourDelphi 6
Types unitDelphi 6
U
UInt8 typeDelphi 2009
UInt16 typeDelphi 2009
UInt32 typeDelphi 2009
UInt64 typeDelphi 7
Unicode identifier namesDelphi 2005
Unicode source filesDelphi 2005
Unicode support (inc Windows API)Delphi 2009
UnicodeString typeDelphi 2009
Unit conversion handling (that's unit as in mm or inches, not unit as in source code unit)Delphi 6
Unit scope names [More info]Delphi XE2
UTF8 source filesDelphi 2005
UTF8Decode and UTF8Encode routinesDelphi 6
UTF8String typeDelphi 6
V
Variants unitDelphi 6
VCL stylesDelphi XE2
W
WebStencils - scriptable text-processing engineDelphi 12.2
WideString typeDelphi 3
Windows 7 & 8.1 stylesDelphi XE6
Windows 10 stylesDelphi 10
Windows Vista support (glass & themes)Delphi 2007
Windows XP themesDelphi 7
X
XML supportDelphi 5
XMLDoc documentationDelphi 2005
Z
Zip file support added with new TZipFile classDelphi XE2

Footnotes

CodeGear Delphi 2007
  1. All this information relates to the native Delphi compiler, not the .NET compiler.
  2. From Delphi XE5 the use of the {$IFEND} directive results in a compiler error unless a {$LEGACYIFEND} directive precedes the first {$IFEND} directive or unless the use of legacy {$IFEND} is enabled in project options.
  3. Source: EFG's Computer Lab (defunct website). This source also stated that the Math unit did not change from Delphi 4 to Delphi 5.


Embarcadero Delphi 10.4 does not support Windows 7. Delphi 10.3 still does.
RAD Studio 12 offers official support for iOS 17 (for Delphi only), Android 14, and macOS Sonoma. RAD Studio 12 also supports Ubuntu 22 LTS and Windows Server 2022.

Delphi Version Numbers

CodeGear Delphi 2007
This version numbers are required for compilation directives. I revised my own components package from Delphi 7 to install in Delphi 2007, 2009.
ProductProduct versionOther namesInternal versionPackage versionCompilerVersion constRTLVersion constDefined Symbol
Delphi 13 Florence37 3729037.037.0VER370
Delphi 12 Athens29BDS 233629036.036.0VER360
Delphi 11 Alexandria28BDS 223528035.035.0VER350
Delphi 10.4 Sydney27BDS 213427034.034.0VER340
Delphi 10.3 Rio26BDS 203326033.033.0VER330
Delphi 10.2 Tokyo25BDS 193225032.032.0VER320
Delphi 10.1 Berlin24BDS 183124031.031.0VER310
Delphi 10 Seattle23BDS 173023030.030.0VER300
Delphi XE822BDS 162922029.029.0VER290
Delphi XE721BDS 152821028.028.0VER280
Delphi XE620BDS 142720027.027.0VER270
Delphi XE519BDS 122619026.026.0VER260
Delphi XE418BDS 112518025.025.0VER250
Delphi XE317BDS 102417024.024.0VER240
Delphi XE2 Pulsar16BDS 923160 & 161 23.023.0VER230
Delphi XE Fulcrum15BDS 82215022.022.0VER220
Delphi 2010 Weaver14BDS 72114021.021.0VER210
Delphi 2009 Tiburon12BDS 62012020.020.0VER200
Delphi 2007 .NET11BDS 51911019.019.0VER190
Delphi 2007 Win3211BDS 518.511018.518.0VER180 & VER185
Delphi 2006 DeXter10BDS 41810018.018.0VER180
Delphi 2005 Diamondback9BDS 3179017.017.0VER170
Delphi 8 Octane (.NET only)8BDS 2168016.016.0VER160
C++ Builder 77?1570?15.0??VER150 & BCB
Delphi 77157015.015.0VER150
C++ Builder 66146014.0?VER140 & BCB
Delphi 66146014.014.0VER140
C++ Builder 5513N/aN/aN/aVER130 & BCB
Delphi 5513N/a13(*)N/aVER130
C++ Builder 4412.5N/aN/aN/aVER125 & BCB
Delphi 4412N/a12(*)N/aVER120
C++ Builder 3311N/aN/aN/aVER110 & BCB
Delphi 3310N/a10(*)N/aVER100
C++ Builder 1N/a9.3N/aN/aN/aVER93 & BCB
Delphi 229N/a9(*)N/aVER90
Delphi 118N/a8(*)N/aVER80
Borland Pascal 7.0N/aN/a707(*)N/aVER70
Turbo Pascal 6.0N/aN/a606(*)N/aVER60
Turbo Pascal 5.5N/aN/a555.5(*)N/aVER55
Turbo Pascal 5.0N/aN/a505(*)N/aVER50
Turbo Pascal 4.0N/aN/a404(*)N/aVER40
Turbo Pascal for Windows 1.5N/aN/a15N/aN/aVER15
Turbo Pascal for Windows 1.0N/aN/a10N/aN/aVER10

Use RtlVersion when the code depends on VCL or RTL features and CompilerVersion when it depends on compiler/language features.

(*) These versions did not have a CompilerVersion constant, it was introduced with Delphi 6.

Delphi XE2 packages are version 160 but five FireMonkey packages at XE2 Update 2 (fmi161.bplfmx161.bplfmxase161.bplfmxdae161.bpl and fmxobj161.bpl) are version 161.

Examples:

if CompilerVersion = 20 then sCompilerName := 'Delphi 2009'; in conditional compiler expressions:
{$if CompilerVersion > 18} // Delphi 2007 or later {$ifend}

Former Source: delphiDabbler.com. My reference is wider and better.

CodeGear Delphi 2007 for Win32: F2039 Could not create output file

CodeGear Delphi 2007
While installing RX Components Library the next
"[Pascal Fatal Error] rxctl.dpk(111): F2039 Could not create output file 'C:\Program Files (x86)\CodeGear\RAD Studio\5.0\RX\packages\Delphi2007\rxctl.drc'"
message appeared.
The problem solved by giving "Full access" to "Users" to the needed
"C:\Program Files (x86)\CodeGear\RAD Studio\5.0\RX\"
directory.

The similar error appeared in Embarcadero Delphi 11 Alexandria. The solution is also the same.

CodeGear Delphi 2007 for Win32: F2039 Could not create output file
Embarcadero, RAD Studio Reference, gives the similar recommendation:
F2039 Could not create output file '%s' (Delphi)