-EnableSets is an experimental Boolean property. It is -used when a new value assigned to the EditMask property is parsed to -reconstruct the internal mask characters and literals for the control. +EnableSets is a Boolean property used when a new value +assigned to the EditMask property is parsed to reconstruct the internal mask +characters and literals for the control.
When set to False, the '[' and ']' characters used in set notation are @@ -2653,10 +2653,22 @@ Event handler signalled when the value for the masked edit control is invalid.
OnValidationError is a TNotifyEvent property with the event handler signalled when the value for the masked edit control is invalid -for its EditMask. +for its EditMask. OnValidationError is signalled (when assigned) +from the ValidateEdit method and occurs when focus is removed from the control +and ValidationErrorMode is set mvemEvent. An application can implement and +assign a handler to perform actions needed to respond to an invalid value +entered in the control.