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.
我的表单上有delphi TComboBox 控件。它在每一行都有元素按钮,单击该按钮会显示一个包含项目信息的新表单。我需要做的是,当单击按钮时,它不应该更改以前选择的项目。现在我只是恢复选定的项目,这不是一个好的解决方案。我需要覆盖任何事件吗?
谢谢