Click or drag to resize

OClone Function

X#
Duplicate an object`.

Namespace:  XSharp.VO
Assembly:  XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax
 FUNCTION OClone(
	o AS Object
) AS Object
Request Example View Source

Parameters

o
Type: Object
The variable to duplicate.

Return Value

Type: Object
A reference to a new object with the same values as the original object.
See Also