TextArea.ValidationError

From Real Software Documentation

Jump to: navigation, search
Event
TextArea.ValidationError ( InvalidText as String,StartPosition as Integer )

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.

Personal tools