有 MaskEdit 蒙版的参考吗?
我正在尝试在 Delphi 7 中制作一个半复杂的掩码文本框。我遇到的问题是我无法找到掩码中每个字符含义的任何类型的参考。我能找到的只是例子。
有什么地方可以参考吗?
I'm trying to make a semi-complex masking textbox in Delphi 7. I'm having problems in that I can't find any kind of reference for what each character in a mask means. All I can find are examples.
Is there a reference somewhere?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这个文档中的主题拥有最完整的字符列表。
通过搜索 TMaskEdit,可以在 Delphi 7 帮助文件中找到相同的主题。我刚刚检查了 Delphi 6 帮助文件,掩码字符列表与 XE2 版本相同,因此,正如 @afrazier 所说,似乎没有什么变化。
I think this topic from the documentation has the most complete list of characters.
The same topic can be found in your Delphi 7 help file by searching for TMaskEdit. I just checked the Delphi 6 help file and the list of mask characters is identical to the XE2 version so, as @afrazier says, nothing much appears to have changed.