Click or drag to resize

ClassObject Function

X#
Retrieves the class object of class.

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 FUNCTION ClassObject(
	cClassName AS STRING
) AS ClassObject
Request Example View Source

Parameters

cClassName
Type: String
The name of the class whose class object should be returned.

Return Value

Type: ClassObject
The function returns the class object of the class with the name <cClassName>. The return value is NULL_OBJECT when the class does not exist.
See Also