| TMaskEnhMode Type |
Unit
MaskEnh
Declaration
TMaskEnhMode = (
eemNone,
eemMask,
eemMaskList,
eemMaskEnh,
eemMaskEnhList,
eemNumeric
);Description
Type used to define the mask processing mode.
eemNone Standard edit control, no mask processing
eemMask Mask processing as per standard TMaskEdit control
eemMaskList Mask processing from list of "standard" masks
eemMaskEnh Enhanced Mask processing
eemMaskEnhList Mask processing from list of Enhanced Masks
eemNumeric Special Mask processing for numeric values
Note: eemNumeric mode offers special processing of the '0' mask value
(it is accepted as a non-mandatory input position). Also this mode parses any
directly assigned string value for an exponent (contains 'E' or 'e') and
attempts to convert the value back to string without an exponent. See the
help information for ExponentFilter for details.