Specifies the message to display when the valid event handler returns false.

Property of

Entryfield, SpinBox

Description

When validating data with valid, set the validErrorMsg property of the control to a more specific error message than the default, "Invalid input". You may set a static message for each specific control, for example "Bad account number"; or you may dynamically set the validErrorMsg from within the valid event with specifics about the particular error, for example "Account number requires six digits" or "Account expired".