Clone( ) method
Creates a copy of an object instance and returns an object reference for the copy.
Return type: Progress.Lang.Object class
Access: PUBLIC
Applies to: Progress.Lang.Object class
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 (
?
).
OpenEdge Release 10.2B
|