首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >通过LiveBindings实现的Delphi柏林FMX Combobox值

通过LiveBindings实现的Delphi柏林FMX Combobox值
EN

Stack Overflow用户
提问于 2017-03-07 06:15:30
回答 1查看 1.5K关注 0票数 2

我有一个包含以下手动输入值的comboboxActiveInactive。但是,我希望在数据库中只保存值AI。如何通过livebindings执行此操作

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 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?

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/42636618

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档