[fpc-devel] debug info and TAlphaColor = Cardinal;

Martin Frb lazarus at mfriebe.de
Sat Feb 10 20:13:37 CET 2024


The below leads to debug info reporting TAlphaColor as Cardinal.

Maybe it could be changed (like TColor is a distinct type)?


unit System.UITypes;
Type
...
     TAlphaColor = Cardinal;



More information about the fpc-devel mailing list