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.
在组合框中设置键/值对的最佳方法是什么?
例如我想设置:
该TComboBox.Items属性是 a TStrings,它具有允许您将值与每个字符串相关联的AddPair()方法。你可以用它来存储你想要的任何东西。AddObject()TObjectTObject
TComboBox.Items
TStrings
AddPair()
AddObject()
TObject