+ added separate frxTee package for TeeChart = ?

edited 5:54AM in FastReport 3.0
Hello,

In the readme file of FastReport 3.19 we see:

Changes in FastReport FastReport 3.19:
+ added separate frxTee package for TeeChart

I am using Borland C++ Builder 6 and it tells me package FastReport 3.0 Tee Components contains only one component called 'TfrxChartObject'. What is the purpsoe of this component?

Can it help me getting TCharts from form to the report itself instead of doing:
void __fastcall TForm1::setChart(TfrxReport *frxReport, AnsiString object,TChart *chart)
{
  TfrxPictureView *Picture;
  TMetafile *metafile;
  Picture = (TfrxPictureView*)frxReport->FindObject(object);
  TRect rect(0,0,chart->Width,chart->Height);
  metafile = chart->TeeCreateMetafile(true,rect);
  Picture->Picture->Assign(metafile);
  delete metafile;
}

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.