http://bugs.winehq.org/show_bug.cgi?id=58914
--- Comment #19 from Rafał Mużyło galtgendo@o2.pl ---
If I afterwards walk through the Items in the Combobox, it has indeed entered an _empty_ entry at the index where the value "EOC" should be.
{for i := 0 to RefTypeCombobox.Items.Count-1 do begin Log(i.ToString+': '+RefTypeCombobox.Items[i]); << This shows 'EOC' entry is an empty string end; }
Sorry, but how do you reconcile 'it's a painting problem' with those lines ?
Anyway, great job, Dmitry (though the conflicting data makes a bit anxious...; any chance those are distinct problems ?).