mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 15:59:15 +02:00
fpreport: comments
This commit is contained in:
parent
eb4869669d
commit
9a39842d7a
@ -28,8 +28,7 @@ uses
|
|||||||
type
|
type
|
||||||
|
|
||||||
{ TFPReportPreviewForm }
|
{ TFPReportPreviewForm }
|
||||||
// Fool the IDE.
|
|
||||||
TForm = TCustomFPreportPreviewForm;
|
|
||||||
TOpenURLEvent = Procedure (Sender : TObject; Const AURL : String) of Object;
|
TOpenURLEvent = Procedure (Sender : TObject; Const AURL : String) of Object;
|
||||||
|
|
||||||
TFPReportPreviewForm = class(TForm)
|
TFPReportPreviewForm = class(TForm)
|
||||||
|
@ -8,7 +8,9 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
|
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
|
const
|
||||||
TESTIMAGE = 'powered_by.png';
|
TESTIMAGE = 'powered_by.png';
|
||||||
|
Loading…
Reference in New Issue
Block a user