ErrorProvider Xojo Plugin

ErrorProvider.Clear Method

Clears an error from a given control. This variation takes RectControl as parameter.

Clear(
   source as RectControl)

Parameters

source
The control to clear the error from.

Remarks


ErrorProvider1.Clear(tbPhone)

See Also

ErrorProvider Control