Clone( ) method (Progress.Lang.Object)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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
|
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 (?).