[fpc-devel] TShiftState as enum

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Feb 17 02:00:08 CET 2005


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





More information about the fpc-devel mailing list