TValueListEditor - 如何验证输入?
我有一个 TValueListEditor 并且想要验证输入。例如,将所有空格替换为下划线。
怎么做呢?我认为 OnSetEditText 可能不错,但我无法更改那里的值。
I have a TValueListEditor and want to validate input. For example replace all spaces to underscores.
How to do that? I thought OnSetEditText might be good but I can't change Value there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这似乎对我有用
This seems to work for me