Subject RE: [IBO] IB native wrapper available for TRichView?
Author Alan McDonald
> Does anybody here on the list has a working wrapper for TRichView
> to work with native IB datasets (non-TDataset !)?
> At the moment I'm transferring the data between the dataset fields
> and the Richview component through a stream and it's working,
> but I'd like to get the other things like:
> *automatic update on row change
> *colorscheme
>
> I've tried to dig through ib_controls.pas, but got lost in that file
> includes, compiler directives. Is there a easier way to find out, how to
> glue a 3rd party component together with native IB datasets?
>
> Thanks
> Gunther

I use TRichView. I just use a single transaction, IBOQuery couplet to edit
the field in question. All other interaction is via native components.
Works well. I do not stream contents across datasets.
Alan