Return an input mask text based on the edit mask.
Source position: maskutils.pp line 41
| function FormatMaskInput( | 
| const EditMask: string | 
| ):string; | 
| EditMask | 
 | The edit mask for which the input text must be constructed. | 
The empty input text.
FormatMaskInput returns a text which corresponds to an empty value for EditMask. This can e.g. be displayed in an edit box, when the user has not yet typed anything.
| 
 | Format a text according to a given mask. | |
| 
 | Return an input mask text without literals or space char. | |
| 
 | Class to manipulate and work with edit masks. | |
| 
 | Text to be used as input mask. |