Mask: String;
The Mask property determines the input field mask that specifies the available data during input.
The characters of the mask are specified in the positions used for the data input. These positions are determined in the template using the character specified in the PlaceholderChar property.
The characters that determine the available data during input:
| Character | Mask value |
| a/A | Letters and numbers can be input. |
| d/D | Only numbers can be input. |
| c/C | Only letters can be input. |
The property use is given in the example for IMaskEdit.InputTemplate.
See also: