
Report Engine und PDF Library: Beispielprogramm in Delphi (VCL)
procedure TForm1.FormCreate(Sender: TObject);
begin
Report.OpenDoc;
Report.Print(1.5, 1, 'Hello World!'); Report.Picture(1.5, 2, VFREE, VFREE, 'beispiel.jpg'); Report.WriteDoc('Mein Dokument.pdf'); Report.Preview; end;
|
"I can say this is one of the best values in third party programming tools that I have seen!" Lee Baker, Developer, Fort Bragg, California, USA
|