Is there a link for MaskEdit masks?

I am trying to create a semi-commercial masking of a text field in Delphi 7. I have problems with the fact that I cannot find any link for what each character in the mask means. All I can find are examples.

Is there a link somewhere?

+9
delphi delphi-7 maskedtextbox
source share
1 answer

I think this topic from the documentation has the most complete list of characters.

You can find the same topic in the Delphi 7 help file by searching for TMaskEdit. I just checked out the Delphi 6 help file and the list of mask characters is identical to the XE2 version, so, as @afrazier says, it seems nothing much has changed.

+16
source share

All Articles