| View previous topic :: View next topic |
| Author |
Message |
Seb@stieN Member
Joined: 28 May 2003 Posts: 10
|
Posted: 28/09/04 06:03 Post subject: How delete a page in TPrintPreview ??? |
|
|
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: | | PrintPreview.page[5].delete; |
Please help Me....
Thanks the good change you do with this compoment |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 414 Location: Tehran, Iran
|
Posted: 06/10/04 09:34 Post subject: |
|
|
| Well, I suggest to use an auxiliary PrintPreview, then assign not deleted pages to this one, and finally swap the components. |
|
| Back to top |
|
 |
|