I wanna change Print Preview caption.
(ex. TeeChart Print Preview -> My Preview Message)
so, I bought TeeChart with Source and changed ChartPreview.Caption at Object Inspector and Caption of TChartPreview.Create method on TeePrevi.pas.
But I can't build all projects because of ChartPreview.CBPrinters and TeePreviewPanel1 Error.
And I cannot change the caption.
How can I change the Print Preview caption with My New Message?
I wanna change Print Preview caption..
Hi,
you can change it by using the following code :
you can change it by using the following code :
Code: Select all
ChartPreviewer1.Title := 'My Custom Title';
Pep Jorge
http://support.steema.com
http://support.steema.com
I cannot find out the definition of ChartPreviewer1
Thank you but...
I cannot find out the definition of ChartPreviewer1.
Can you write full code include "uses" and definition(create)?
Running Delphi7 and Teechart Pro 7
==> Thank you! I got it!
I succeed to change the title~
I cannot find out the definition of ChartPreviewer1.
Can you write full code include "uses" and definition(create)?
Running Delphi7 and Teechart Pro 7
==> Thank you! I got it!
I succeed to change the title~
Hi,
You only must add a ChartPreviewer component (from the TeeChart tab) on the form and assign the Chart.Can you write full code include "uses" and definition(create)?
Pep Jorge
http://support.steema.com
http://support.steema.com