Namespace: Consultingwerk
Interface 
IsClonable Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:IsClonable
Purpose:Interface for classes which that have implemented the
Clone() method.
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat May 13 12:39:59 CEST 2017
Notes:Progress.Lang.Object:Clone() is available by default -
but not all classes may provide an actual implementation
Purpose: Creates a copy of an object instance and returns an
object reference of the copy.
Notes:



Top Method Summary
Options Name Purpose
+ Progress.Lang.Object Clone () Creates a copy of an object instance and returns an object reference of the copy.


Method Detail
Top

PUBLIC Progress.Lang.Object Clone ()

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

Returns Progress.Lang.Object
The new object instance


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:55