D
David McCallum
I load a class from a database table
I want to get assign and exact copy of the class, e.g. class2=class1
The reason is I want to know if any changes were made to class1. Along the
lines of Delphi's class2.Assign(class1);
TIA
David McCallum;
I want to get assign and exact copy of the class, e.g. class2=class1
The reason is I want to know if any changes were made to class1. Along the
lines of Delphi's class2.Assign(class1);
TIA
David McCallum;