我有一个包含以下手动输入值的combobox:Active、Inactive。但是,我希望在数据库中只保存值A或I。如何通过livebindings执行此操作
发布于 2017-03-07 14:03:49
FillDataSource = BindSourceDB1 FillValueFieldName = 'value' // A and I would be in this field FillDisplayFieldName = 'name' // Active and Inactive would be in this field
How to get Item.LookupData and SelectedValue (as integer) of an FMX TComboBox at runtime?
https://stackoverflow.com/questions/42636618
复制相似问题