Clone( ) method (Progress.Lang.Object)

Creates a copy of an object instance and returns an object reference of the copy.

Return type: Progress.Lang.Object class

Access: PUBLIC

Applies to: Progress.Lang.Object class

Syntax

Clone( )

This method has no default behavior. You must override this method in a user-defined class. If you invoke this method without overriding it, ABL generates an error message and returns the Unknown value (?).