Quote Originally Posted by TheLion
Okay, but the strange thing is, when I use something like this:

Type TSomething = (option1 = 10, option2 = 20, option3 = 40);

I get an error... I use Delphi 5 Enterprise Edt. and I have no clue how to solve this problem... Your method works fine, but doesn't add any values to the combobox items...
I think you can only give enums explicit values in Delphi6+.