Subject Deriving from Objects with TDataSet
Author Roger Webb
Whats the easiest way to descend from an object that contains a TDataSet in
it? IE. I've got a TDBThing that has a TDataSet inside it and I want to
make TIBOThing that has an IBODataSet Property.

Does this make sense.. I know its been done... But the hard part (for me
anyway) is copying the IBODataSet property dataset into the TDataSet
property of the Ancestor.

- Roger Webb