GetMaskedText method

Applies to
TMaskEnh

Declaration
Function GetMaskedText(IncLiterals, IncNulls, UseMaskBlank: boolean ): string;

Description
Returns a copy of the input text passed through the mask processing.

Set IncLiterals to true to have the returned text include the literals from the mask, false to exclude them.

Set IncNulls to true to include charater representations of input characters which have not yet been entered. If UseMaskBlank is true this will be the character which is displayed in a control as the place-holder for un-entered characters, otherwise un-entered characters will be represented by the character given as the forth part of the mask (defaults to a space character).