Click or drag to resize

DataWindow.Error Method (Typed)

X#
Provide a method for handling error conditions raised during data window processing.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Error(
	oErrorObj
) AS USUAL CLIPPER
Request Example View Source

Parameters

oErrorObj (Optional)
Type: Usual
An Error object describing the error condition.

Return Value

Type: Usual
Remarks
Tip Tip
This is an event handler and is automatically called by other methods; the developer does not normally need to call the DataWindow:Error() method, but might want to override it.
See Also