IsValid

Returns the value of the specified screen validation.

Syntax

IsValid(validationName)
validationName = name of the validation whose value you want to retrieve (case-sensitive)

Remarks

This function allows to reuse a validation formula without having to replicate it.

Examples

IsValid("QuantityOk") = True if the "QuantityOk" screen's validation was valid

Classification

Qubes