ExceptionOnInvalidInput Property

Applies to TestComplete 15.62, last modified on March 19, 2024

Indicates whether an exception is raised upon validation errors.

Declaration

componentObj.ExceptionOnInvalidInput
Read-Write Property Boolean
componentObj     One of the objects listed in the Applies To section  

Applies To

The property applies to the following objects:

TcxSpinEditProperties

Description

Use the ExceptionOnInvalidInput property to determine the component’s behavior during an invalid input value. If this property is set to True an exception is raised when the input value fails validation. Otherwise, no exception is raised, but you cannot select another component until you input the valid value to the current component.

Property Value

True, if the Invalid Input exception is fired upon validation error and False otherwise.

See Also

ValidateOnEnter Property
BeepOnError Property

Highlight search results