I have numeric field in table (ZIP), two array aTowns := { "Bepgrad", "Nis", "Novi Sad", "Kragujevac", "Kraljevo" } aZIPs := { 11000, 18000, 21000, 34000, 36000 } How I must sets aItems and aItemsBound in DBComboBox ? Which event I use for settings this proper...