Click or drag to resize

Custom.NewObject Method

X#

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 METHOD NewObject(
	cObjectName,
	cClassName,
	cModule,
	cInApplication,
	aParams
) AS Object CLIPPER
Request Example View Source

Parameters

cObjectName (Optional)
Type: Usual
cClassName (Optional)
Type: Usual
cModule (Optional)
Type: Usual
cInApplication (Optional)
Type: Usual
aParams (Optional)
Type: Usual

Return Value

Type: Object
See Also