Format a text according to a given mask.
Source position: maskutils.pp line 40
function FormatMaskText( |
const EditMask: string; |
const AValue: string |
):string; |
EditMask |
|
Edit mask to apply. |
AValue |
|
Value to apply edit mask to. |
The formatted text.
FormatMaskText formats aValue according to the mask placeholders found in EditMask and returns the resulting string. It replaces space characters in the format mask with the actual space character. This function uses an TMaskUtils instance to do the actual work.
None.
|
Return an input mask text based on the edit mask. |
|
|
Return an input mask text without literals or space char. |
|
|
Class to manipulate and work with edit masks. |
|
TMaskUtils.ApplyMaskToText |
||
TMaskUtils.GetTextWithoutSpaceChar |