ErrorProvider Xojo and Real Studio Plugin

ErrorProvider.Clear Method

Clears a error from a given control.

Clear(
   source as RectControl)

Parameters

source
The control to clear the error from.

Remarks

ErrorProvider1.Clear(tbPhone)

See Also

ErrorProvider Control