Parts Reference


Form Input Checker events

checkFailed
The checkFailed event signals that the user input specified in any control is not valid.

checkSucceeded
The checkSucceeded event signals that the user input specified in all controls is valid.

destroyedPart
The destroyedPart event signals that the part and its children have been destroyed. Any system resources associated with the destroyed parts have been released.

errorMessage
An errorMessageevent signals a change in the text of the error message that is displayed when a user input error is detected.

errorView
An errorViewevent signals the part that the location of the last error on the form part or window part has changed.

self
A self event indicates that the value of the target part itself has changed.

verificationRoot
A verificationRootevent indicates a change in the Form, Window, Group Box, or other parent part the user wants to check for input errors.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]