type
TMyObject = class
Font : TFont;
end;
and
var
A,B : TMyObject;
Does A := B merely copy over the Font pointer? (I'd imagine it
does) Is there a way of doing a deep copy, where the Font member
was actually itself copied, instead of the pointer?
Help on this much appreciated.
--=- Ritchie Annand
New Product Development
Malibu Engineering Ltd.