Does a TDbComboBox
-like control exist, that gets its displayed values by an fixed list (to use for an enumerated type, e.g. TSomeValueEnum = (svSmall=1, svMedium=2, svLarge=3)
)?
With for instance:
1=small
2=medium
3=large
In the database I save 1 or 2 or 3, but in the ComboBox only the corresponding value should be displayed.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…