In Delphi in System.Class we have this declaration:
TShiftState = set of (ssShift, ssAlt, ssCtrl, ssLeft, ssRight, ssMiddle, ssDouble, ssTouch, ssPen, ssCommand, ssHorizontal);
Given that declaration, how can I declare a variable that will be just one of those values?