Returns a value indicating whether the value of a specific form field is marked as valid. The corresponding validation is executed by the conditions of a conditional instruction and applied by an Instruction object, that marks the related form field as valid or invalid.

IsValueValid(FormField)

public bool IsValueValid(FormField formField);
Public Function IsValueValid(ByVal formField As FormField) As Boolean

Parameters

Parameter Description
formField Specifies the FormField that is checked.

Return Value

The return value is false, if a conditional instruction is applied that has marked the form field value as invalid. If such conditional instruction was not defined or a conditional instruction has marked the form field value as valid, the method returns true.