开发者

Delphi Controls for Editing Key/Value Pairs?

开发者 https://www.devze.com 2023-03-27 21:02 出处:网络
What Delphi visual control or combination 开发者_运维问答of controls do you suggest for editing, adding and deleting key/value pairs (strings)?Try the TValueListEditor component (to allow to the compo

What Delphi visual control or combination 开发者_运维问答of controls do you suggest for editing, adding and deleting key/value pairs (strings)?


Try the TValueListEditor component (to allow to the component edit and delete the keys you must set in the KeyOptions property the keyEdit and keyAdd values).

0

精彩评论

暂无评论...
验证码 换一张
取 消