property MaskEdit.TextIncludeLiteralsLoseFocus as ClipModeLiteralsEnum
Determines how the field shows its content once it loses the focus.

TypeDescription
ClipModeLiteralsEnum A ClipModeLiteralsEnum expression that specifies the way the control displays its content once it loses the focus.
By default, the TextIncludeLiteralsLoseFocus property is exClipModeLiteralsNone. The TextIncludeLiteralsLoseFocus property specifies how the control's field is shown when it loses the focus. The TextIncludeLiterals property specifies the way the Text property get/set the control's text. For instance, if you do not need to get the placeholders characters in the Text property, set the TextIncludeLiterals property on exClipModeLiteralsInclude before calling the Text property. The Value property is equivalent with Text/TextIncludeLiterals property. The control fires the Change event if the user changes the control's text. The AllowEmptyValue property specifies whether the control handles empty values. The SelectGotFocus property indicates how the control specifies the selection once the control gets the focus.