mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 09:18:02 +02:00
fpreport: comments
This commit is contained in:
parent
eb4869669d
commit
9a39842d7a
@ -28,8 +28,7 @@ uses
|
||||
type
|
||||
|
||||
{ TFPReportPreviewForm }
|
||||
// Fool the IDE.
|
||||
TForm = TCustomFPreportPreviewForm;
|
||||
|
||||
TOpenURLEvent = Procedure (Sender : TObject; Const AURL : String) of Object;
|
||||
|
||||
TFPReportPreviewForm = class(TForm)
|
||||
|
@ -8,7 +8,9 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
|
||||
fpreportlclexport, ExtCtrls, ComCtrls, fpreport;
|
||||
fpreportlclexport, ExtCtrls, ComCtrls, fpreport,
|
||||
// for a nicer preview add this unit: fpreportpreview
|
||||
;
|
||||
|
||||
const
|
||||
TESTIMAGE = 'powered_by.png';
|
||||
|
Loading…
Reference in New Issue
Block a user