diff --git a/docs/xml/lcl/maskedit.xml b/docs/xml/lcl/maskedit.xml index b182ac1678..67306ea4f4 100644 --- a/docs/xml/lcl/maskedit.xml +++ b/docs/xml/lcl/maskedit.xml @@ -2618,9 +2618,9 @@ not valid. Raised with the message in SMaskEditNoMatch. Enables or disables use of set notation in the EditMask.

-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.

- + + + + + + + +TNotifyEvent +