Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.291 Beiträge
Delphi 12 Athens
|
AW: SETs unterschiedlicher Grösse kombinieren
13. Aug 2010, 20:28
Wie wäre es damit?
Delphi-Quellcode:
type
TZoomShiftKeys = type TShiftState;
Und dann eventuell noch sowas.
Delphi-Quellcode:
const
AllowedZoomKeys = [ssShift..ssCtrl];
Ein Therapeut entspricht 1024 Gigapeut.
|