Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Embarcadero C++ Builder 中使用 TDBLookupComboBox 列出数据库中的一些字段,但我需要选择将所选值“TDBLookupComboBox -> Text”设置为空。我需要这个,因为我有其他组件连接到 ComboBox,我需要能够发送从数据库中提取的值或什么都不发送。
我查看了 win32 API SendMessage 函数,但由于 TDBLookupComboBox 没有从 ComboBox 继承,所以我不走运。有人对此有实施吗?
这是这个问题的答案。
在搜索略有不同的东西时在其他地方找到了它。
我想知道您是否只能拥有一个 NullValueKey。这似乎很奇怪。
DBLookupComboBox - 如何清除所选项目?