Is there a reference for MaskEdit's masks?
Asked Answered
R

1

10

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?

Rollicking answered 10/10, 2011 at 19:59 Comment(0)
G
18

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.

Gush answered 10/10, 2011 at 20:4 Comment(1)
+1 - As far as I know, this hasn't changed much since Delphi 7. It's in the D7 Help under TEditMask type in the MaskUtils Unit.Spelt

© 2022 - 2024 — McMap. All rights reserved.