Page 1 of 1

How delete a page in TPrintPreview ???

PostPosted: September 28th, 2004, 6:03 am
by Seb@stieN
I would like render for exemple render 10 pages and how i can delete a page with the TThumbnailPreview (with popup or other solution).
Make a fuction!
Exemple :
Code: Select all
PrintPreview.page[5].delete;


Please help Me....
Thanks the good change you do with this compoment

PostPosted: October 6th, 2004, 9:34 am
by Kambiz
Well, I suggest to use an auxiliary PrintPreview, then assign not deleted pages to this one, and finally swap the components.