Validates the contents of a form's controls. Validation errors that occur outside of a control context are returned with keys starting with "_FORM", e.g. hash["_FORM1"] = form error message 1.
[Visual Basic] Function Validate( _ ByVal ctx As DataContext _ ) As Hashtable [C#] Hashtable Validate( DataContext ctx ); [C++] Hashtable* Validate( DataContext* ctx ); [JScript] function Validate( DataContext ctx ): Hashtable;
Errors returned for each of the controls in the form
IDPLFormValidator Interface | Portrate.Interview.Model.Validation Namespace