TIWCGJQValidateOptions.OnInvalidHandler Property

Callback for custom code when an invalid form is submitted. Called with a event object as the first argument, and the validator as the second.

Namespace: IWCGJQControl
published
 property OnInvalidHandler: TIWCGJSonFunc index 02 read GetFuncValue write SetFuncValue stored IsFuncStored;

Parameters

event

A custom event object, since this function is bound as an event hanlder.

validator

The validator instance for the current form.

Property Value