Subject | Re: [IBO] Deriving from Objects with TDataSet |
---|---|
Author | Geoff Worboys |
Post date | 2001-09-01T00:27:10Z |
> Whats the easiest way to descend from an objectDoes it "contain" a TDataset or is it just that it links to TDataset?
> 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.
If the former then you must write a new component (a derivation cant
remove an embedded component until it provides a virtual procedure in
which to create). If the latter then you should have nothing to do to
link to TIBODataset - but perhaps you mean TIB_Dataset?
> Does this make sense.. I know its been done... ButPerhaps if you provide more detail about what you are doing I can
> the hard part (for me anyway) is copying the
> IBODataSet property dataset into the TDataSet
> property of the Ancestor.
offer more help, at the moment I have my doubts.
Geoff Worboys
Telesis Computing