TextArea.ValidationError
From Real Software Documentation
Event
The user has tried to enter a character that is prohibited by the TextArea's Mask property.
Notes
InvalidText is the entire character string up to and including the invalid text. StartPosition is the starting character position in which the actual invalid text was entered. The first character is numbered 1. If no code is provided in this event and a validation error occurs, Real Studio plays the system beep.
