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.
public bool IsValueValid(FormField formField);
Public Function IsValueValid(ByVal formField As FormField) As Boolean
Parameter | Description |
---|---|
form |
Specifies the Form |
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.