I'm using Delphi 11.3 Patch 1.
I tried to implement the function in this answer, but the compiler gives an error for an undeclared identifier _AbstractError
. I can see this procedure in the System
unit, but I can't refer to its pointer, or call it directly.
What am I missing?