ErrorProvider Xojo and Real Studio Plugin

ErrorProvider.MouseEnter Event

This event is fired when the mouse enters the error.

MouseEnter(
   source as RectControl)

Parameters

source
The source control that indicates which error the even applies to.

Remarks

Use the source parameter to detect which error the mouse has entered.

See Also

ErrorProvider Control