Click or drag to resize

Abstract.NoMethod Method

X#
Handles calls to undefined methods.

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 VIRTUAL METHOD NoMethod(
	cName,
	uParams
) AS USUAL CLIPPER
Request Example View Source

Parameters

cName (Optional)
Type: Usual
uParams (Optional)
Type: Usual
The parameters to send to the method.

Return Value

Type: Usual
The return value will be interpreted as the return value of the called undefined method.
Remarks
If an undefined method is called, a runtime error is raised.
See Also