Page 1 of 1

Print Preview Default Caption

Posted: Tue Sep 28, 2010 3:55 am
by 15057312
Is it possible to change the default caption of the print preview dialog box. It currently has "Teechart Print Preview". I would like to replace it with my own caption.

Thanks, lilo

Re: Print Preview Default Caption

Posted: Wed Sep 29, 2010 9:33 am
by narcis
Hi lilo,

Yes, this is possible:

Code: Select all

    TeePreviewer1.PreviewTitle = "my print preview"
    TeePreviewer1.Chart = TChart1
    TeePreviewer1.ShowPreview