PreviousNextIndex

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

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 (?).


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex