Hi!
On Tue, Nov 19, 2002 at 10:49:42AM -0000, Wood David wrote:
what if aType changes from Circle to Rect. Does a previously set value for Radius become inaccessible?
Yes, I think so.
If aType returns to Circle, is the value erased or is the previous value accessible once again?
IMHO, Radius and Width share the same Memory. If someone would change Radius, Width would change its value, independent of setting aType.
My questions are: * is my idea conform to some standards? * how _should_ GPC behave?
If there are any better examples outside, I'd like to know about them. I could live with the actual implementation of variant records, but would like to clarify this point.
Eike