ErrorProvider Xojo Plugin

DesktopErrorProvider.Clear Method

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

Clear(
   source as DesktopUIControl)

Parameters

source
The control to clear the error from.

Remarks


ErrorProvider1.Clear(tbPhone)



This variation of the method will only exist on Xojo 2021r3 and later.

See Also

DesktopErrorProvider Control