demos.inc 849 B

1234567891011121314151617181920212223242526272829303132333435
  1. { the default report export filters }
  2. {$define ExportPDF}
  3. {$define ExportFPImage}
  4. {$define ExportHTML}
  5. {$define USEFIREBIRD}
  6. {$DEFINE USEPOLYGON}
  7. { Enable if you want LCL preview window support. To compile you will also
  8. have to add the LCL packages to your project dependencies. }
  9. {.$define ExportLCL}
  10. { Enable if you want LCL preview window support. To compile you will also
  11. have to add the LCL packages to your project dependencies. }
  12. {.$define ExportFPGui}
  13. { Enable if you want PNG (AggPas) exporting. Remember to set the "aggpas"
  14. project macro to point to the correct AggPas source location. }
  15. {.$define ExportAggPas}
  16. { Colour code the bands for debugging purposes and to better visualise the
  17. report design. }
  18. {$define ColorBands}
  19. { Enable this define to get more verbose debug output to the console. }
  20. {.$define gDebug}