A ClipModeIncludeLiteralEnum expression that specifies the way the control's
text is retrieved/set.
By default, the TextIncludeLiterals property is
exClipModeLiteralsNone. 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 TextIncludeLiteralsLoseFocus
property specifies how the control's field is shown when it loses the focus.
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.