[fpc-pascal] WriteStr and int-range types (eg TColor)

Martin lazarus at mfriebe.de
Sat Nov 26 16:10:35 CET 2011


I know WriteStr can be used to get the names of enum: WriteStr(s, enumOne)

But should/could it also work on sub-range types of int?
Like
   TGraphicsColor = -$7FFFFFFF-1..$7FFFFFFF;

or even
TFoo = type integer;



More information about the fpc-pascal mailing list