TShiftState is defined as TShiftState = set of (...);

How can I iterate through the enums? If not, can we split and add an
enum:

TShiftStateEnum = (...)
TShiftState = set of TShiftStateEnum;

?

Mattias


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to