Return an input mask text without literals or space char.
Source position: maskutils.pp line 42
| function MaskDoFormatText( | 
| const EditMask: string; | 
| const AValue: string; | 
| ASpaceChar: char | 
| ):string; | 
| EditMask | 
 | Edit mask to apply. | 
| AValue | 
 | Value on which to apply the edit mask. | 
| ASpaceChar | 
 | Space character to use in the edit mask. | 
The formatted text.
MaskDoFormatText formats the aValue string using EditMask, but enforces the 2d (space char is aSpaceChar) and 3d (force use of literals) fields of EditMask.
| 
 | Return an input mask text based on the edit mask. | |
| 
 | Format a text according to a given mask. | |
| 
 | Class to manipulate and work with edit masks. | |
| 
 | Text to be used as input mask. |