TppRichView Anchors

General TRichView support forum. Please post your questions here
Post Reply
mphilbrick
Posts: 27
Joined: Mon Aug 29, 2005 7:08 pm

TppRichView Anchors

Post by mphilbrick »

I am using ReportBuilder version 10 that supports anchors for stretchable components. I need this feature because ShiftWithParent has been replaced with this new property.

I have a TppRichView component that is stretchable and it must appear at the bottom of a dynamic group footer band.

It would be nice to have an updated TppRichView component as soon as possible. If this cannot be done within a week, could you send me the code necessary to expose this new property? If this is not possible, what other options do I have using the existing component with ReportBuilder 10?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Open ppRichView.pas, add
property Anchors;
to the "published" section of TppRichView and TppDBRichView.
Post Reply