ErrorProvider Xojo and Real Studio Plugin

ErrorProvider.DoubleClick Event

This event is fired when the error is double clicked.

DoubleClick(
   source as RectControl,
   x as Integer,
   y as Integer)

Parameters

source
The source control that indicates which error the even applies to.
x
X coordinate of the mouse relative to where the error is displayed.
y
Y coordinate of the mouse relative to where the error is displayed.

Remarks

Use the source parameter to detect which error was double clicked.

See Also

ErrorProvider Control