[progress Communities] [progress Openedge Abl] Forum Post: Re: Cloning An Object

  • Thread starter Thread starter Frank Meulblok
  • Start date Start date
Status
Not open for further replies.
F

Frank Meulblok

Guest
Well, you could also serialize the object and deserialize into a new instance. Or you could implement/override a Clone() method in the class. -.NET objects aren't guaranteed to have a Clone method, the ones that do and follow .NET best practices will also implement the IClonable interface. - ABL objects will inherit one from Progress.Lang.Object, but you'll need to override it to add an actual implementation

Continue reading...
 
Status
Not open for further replies.
Back
Top